Open
Description
Proposal
I propose to add support for loading mapping files from 'mappings' folder by default like It is done for WireMockServer.
When there are multiple tests looking for different mapping file, mappings comes really handy without configuring the WireMockServer. it just works out of the box.
But with WireMockContainer, we have to specify which file to load which adds unnecessary configuration.
References
No response