I recently switched to do some testing from Wiremock to Mountebank. I found that Mountebank had far more flexibility and simplicity when doing complex data setups to support your test cases. I ran both on the docker and kubernetes and they work perfectly fine in both engines.Sample docker mountebank run:
docker run --name mountebank -p 2525:2525 -p 11000-11010:11000-11010 \\
-v /
↧