znsio / specmatic

Turn your contracts into executable specifications. Contract Driven Development - Collaboratively Design & Independently Deploy MicroServices & MicroFrontends.
https://specmatic.io
MIT License
281 stars 52 forks source link

Log the example file that matched the request #1264

Closed joelrosario closed 2 months ago

joelrosario commented 2 months ago

What:

When Specmatic stub finds a match for an incoming request, the specification is logged, but the example file name is not. This PR now logs the example file.

Why:

This is a first step as an aid to debugging matching and mismatching issues.

Checklist: