An open API service indexing awesome lists of open source software.

https://github.com/specmatic/ctrf-report

Sample Project to show how CTRF Reporting Works
https://github.com/specmatic/ctrf-report

Last synced: 4 months ago
JSON representation

Sample Project to show how CTRF Reporting Works

Awesome Lists containing this project

README

          

# CTRF Report Sample Project
Sample Project to show how CTRF Reporting Works

This is a sample project to demonstrate how Specmatic generates reports in [Common Test Report Format](https://ctrf.io/) (CTRF).

## Running the Specmatic Tests
```shell
docker run --rm \
-v "$(pwd):/usr/src/app" \
specmatic/specmatic-openapi:latest test \
specs/spec.yaml \
--testBaseURL=https://openlibrary.org
```

## Viewing the CTRF Report
After running the tests, you can find the CTRF report at [ctrf-report.json](build/reports/specmatic/test/ctrf/ctrf-report.json).