suitable mockserver tool for crossplane provider integration tests
I'm looking for a mockserver tool to mock crossplane providers. Essentially I need to match expectations in order. This means that: First Get request for item A respond with 404 not found. Post request for item A respond with 200 accepted. Second Get request for item A respond with 200 accepeted. I've tried couple of tools like Prism , Microcks , Mockserver etc but didn't find the suitable tool yet. Any recommendation will be helpful ! thanks