Hi Wiremock users ! :wave: I’m using Wiremock for ...
# help
b
Hi Wiremock users ! 👋 I’m using Wiremock for some Spring Boot API integration tests, with the JUnit
WireMockExtension
I’ve noticing that whenever the json to return is designated with a
bodyFileName
that points to a missing file, this error have WM server still returning an answer, but in text/html content type, with the call stack in the HTML body It’s somehow a bit puzzeling because whenever no stubs match the requested ressource, an error is produced in the log console ... if we use a
ConsoleNotifier
to get extra WM informations while tuning our test’s mocks Is there any way to configure the WM extension in order to also have the missing files exceptions being reported on the console ?