znsio / specmatic

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

Warning for missing named request example #1155

Closed joelrosario closed 5 days ago

joelrosario commented 5 days ago

What:

Print a warning on the console when a named response example is found without a named request example.

Why:

The user may have forgotten to add a request example, and may wonder why a test has not run.

Checklist: