Wiremock - don't try to match closet stub but inst...
# help
v
Wiremock - don't try to match closet stub but instead log
missing stub
etc kind of error and continue <-- is there any configuration/setting that can enable this
t
WireMock will only serve a response from an exactly matched stub. It won’t match the closest only tell you which one that is in the diff report.
v
i was refering to Request was not matched ======================= ----------------------------------------------------------------------------------------------------------------------- | Closest stub | Request | ----------------------------------------------------------------------------------------------------------------------- | retail-esl-liteship_liteship_getvirtualbasketshipcosts | so the above is from diff report
t
You see this report when WireMock can’t continue any further because it has run out of stubs to attempt to match against. If you don’t want to see this message you can add a low-priority stub that matches all methods and URLs with your own 404 message, then this will always be matched.
255 Views