Tom Akehurst
Tom Akehurst
Update - this is the current thinking about the new logging design: ## New parameters WireMock will get new startup options controlling log format, detail level and destination, so e.g....
You might be onto something here. I'd assumed that since the majority of projects are still on slf4j that there'd be no choice but to continue support, but since it...
Thinking out loud here - would appreciate some scrutiny/input. I feel like this summarises the approach we're proposing re logger libraries assuming we make a `System.Logger` based `Notifier` the default...
Candidate PR for this change: https://github.com/wiremock/wiremock/pull/2616
A typical solution to this is to write a version info file into the resources folder of the build output so that it's included in the JAR. Then in code...
I've labelled this a feature request. If you'd like to raise a PR for this, it'll likely happen much sooner.
@kurimin the workaround is to create a stub on a URL that doesn't exist in the API you're mocking, and give it a `nextScenarioState` of `STARTED`. Then you just make...
Hi, Nice to hear someone other than me is using scenarios! When you say you want to modify the scenario you're in, do you mean move it to a different...
Let me take a look at that. I have a run of meetings all afternoon unfortunately, but I'll try and take a look after that.
Ah, I see now. You're right, I've completely forgotten to document this. To reset all the scenarios' state, you need to POST to `__admin/scenarios/reset`.