znsio / specmatic

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

Fix the bug where coverage report was not getting generated when Spec… #1110

Closed yogeshnikam671 closed 4 months ago

yogeshnikam671 commented 4 months ago

…maticContractTest interface is used

What: Makes SpecmaticContractTest interface generate the API Coverage Report.

Why: SpecmaticContractTest was not previously generating the API Coverage Report.

How: Added an AfterTestExecutionCallback extension to fix this.

Checklist: