Generate the same JSON test report, no matter the test framework.
CTRF is a language and framework-agnostic JSON format for test results with first class tooling and integrations. It standardizes how test results are represented, making them easy to share, analyze, and visualize across tools and platforms.
Designed to be universal, CTRF works with any programming language, test framework, and developer tool.
You can support the project by:
- Giving this repository a ⭐
- Following the organization @ctrf
The schema is defined in schema-0.0.0.json
The full specification is defined in the documentation.
You'll notice that v1 of the specification hasn't been released yet, we want to build a specification that reflects the needs of its users and we are still receiving feedback. There might be changes but these will be tracked in the changelog.
specVersion is currently 0.0.0
Core tooling provides utilities for working with CTRF reports, including validation and processing capabilities.
The CTRF CLI is a command-line interface for working with CTRF reports. It allows you to validate and process CTRF reports from the terminal.
Many integrations with popular testing frameworks and developer tools are available.
CTRF is community-built and open source. Contributions and feedback are welcome.
- Schema: specification/schema-0.0.0.json
- Website & documentation: website/README.md
