Apologies for not explaining my goal clearly. I'm new to Wiremock, so I'm sure I don't know all the tricks. I'm already doing the above. there is pointing my playwright tests to the Wiremock server. What I would like to know is what is the best way for structuring mappings and _files to be consumed by different test scenarios. For instance after successfully logged in I have some test data returned in html. The next scenarion is to navigate to a Top menu, let's say "My profile" and there I have test data in json format. I hope I have explained my goal a bit better.