Hi, I'm a long-time WireMock user, first-time WireMock Slack user...
I use WM to stub APIs for automated tests, and I do so on a per-test-case basis, clearing the mappings after each test case. I have half a dozen external services to mock, so I'm having to create that many Docker containers. That eats up resources and is especially troublesome in our CI environment. So I'd like to use one WM instance to serve all of those APIs, but I'm not sure of the best way to do that. 🧵