Skip to content

Commit

Permalink
Updated the API coverage documentation stating where the coverage rep…
Browse files Browse the repository at this point in the history
…ort file may be found.
  • Loading branch information
joelrosario committed Feb 9, 2024
1 parent 6e46b37 commit 423d2f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/contract_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,8 @@ To get this working:

Look at the sample project below to see this in action. Observe the system property, set in the [ContractTest](https://github.com/znsio/specmatic-order-api/blob/main/src/test/java/com/store/ContractTest.java) class, and the actuator-related dependency added in `pom.xml`.

The data in the coverage report is available at `build/reports/specmatic/coverage_report.json`, relative to the directory from which Specmatic was executed.

### Adanced Features

#### Generative Tests
Expand Down

0 comments on commit 423d2f3

Please sign in to comment.