Use case:
- single "generic" standalone WM instance running in Docker container;
- many dev teams, each adding mappings for their own apps;
- mappings from teams do not intersect as request urls in all mappings are prefixed with ../<team_name>/path/to/my/endpoint
WM faithfully servers each teams own responses.
Problem:
if one teams mapping starts a scenario, it breaks all other teams scenarios cause apparently WM has single state machine engine for the whole WM instance.
Question:
is there currently a way to utilize scenarios on a single multi-user Wiremock instance?
P.S.: If not, is this feature already planned, or can it be implemented if requested?
Thanks in advance!