-
Notifications
You must be signed in to change notification settings - Fork 20
Closed as not planned
Labels
Description
Wiremock allows you to post a stub with a name as well as a UUID. Wiremock-captain doesn't allow this (unless I've missed it). I guess it would have to be added to IWireMockFeatures. This would be useful for me because when a request fails due to a missing mapping, I want to log the request together with all existing mappings for that endpoint. This will help developers (me) to fix the test. It would be a lot easier if I could just log the name of each registered mapping for the endpoint.