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
- Host: GitHub
- URL: https://github.com/specmatic/ctrf-report
- Owner: specmatic
- License: mit
- Created: 2026-01-27T03:36:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-27T11:13:07.000Z (6 months ago)
- Last Synced: 2026-01-27T18:44:48.292Z (6 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).