Skip to content
/ ctrf Public

JSON test results report schema that provides a standardized format for JSON test reports

Notifications You must be signed in to change notification settings

ctrf-io/ctrf

Repository files navigation

CTRF

Generate the same JSON test report, no matter the test framework

CTRF is A JSON test results report with many reporters and plugins supporting modern test automation frameworks.

Documentation website ctrf.io

We need your help to grow CTRF, please follow the GitHub organisation and give our repositories a star ⭐

It means a lot to us.

{
  "results": {
    "tool": {
      "name": "AnyTool"
    },
    "summary": {
      "tests": 1,
      "passed": 1,
      "failed": 0,
      "pending": 0,
      "skipped": 0,
      "other": 0,
      "start": 1706828654274,
      "stop": 1706828655782
    },
    "tests": [
      {
        "name": "API Status code is 200",
        "status": "passed",
        "duration": 801
      }
    ],
    "environment": {
      "appName": "MyApp",
      "buildName": "MyApp",
      "buildNumber": "100"
    }
  }
}

About

JSON test results report schema that provides a standardized format for JSON test reports

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published