From 423d2f3fe7b3c986e9268d5ac283fc35de1fc767 Mon Sep 17 00:00:00 2001 From: Joel Rosario Date: Fri, 9 Feb 2024 18:08:28 +0530 Subject: [PATCH] Updated the API coverage documentation stating where the coverage report file may be found. --- documentation/contract_tests.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/contract_tests.md b/documentation/contract_tests.md index 398256457..a90b19d90 100644 --- a/documentation/contract_tests.md +++ b/documentation/contract_tests.md @@ -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