[Record and Replay] Hi team, I am using wiremock t...
# help
j
[Record and Replay] Hi team, I am using wiremock to write e2e simulation tests. Currently, I am starting/stopping wiremock for each test. This allows me to re-configure the server for each test easily. For example, configuring the
mappingSource
for each test so that mappings get saved in different locations for each test. Is it possible to have just one server (directly or using wiremock extension) and dynamically configure the mapping source or file source for each test?