Skip to content
@ctrf-io

ctrf-io

Generate the same JSON test report with any test framework

Hi there 👋

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.

Help Grow CTRF

We need your help to grow CTRF, please follow us by clicking the follow button in the top right of this page 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"
    }
  }
}

Pinned Loading

  1. github-actions-ctrf github-actions-ctrf Public

    Display test results directly within your GitHub workflow summary

    TypeScript 26 1

  2. playwright-ctrf-json-report playwright-ctrf-json-report Public

    A Playwright JSON test results reporter that follows the CTRF schema

    TypeScript 15

  3. jest-ctrf-json-reporter jest-ctrf-json-reporter Public

    A Jest JSON test results reporter that follows the CTRF schema

    TypeScript 5 1

  4. go-ctrf-json-reporter go-ctrf-json-reporter Public

    A Go JSON test results reporter that follows the CTRF schema

    Go 3 1

  5. cypress-ctrf-json-reporter cypress-ctrf-json-reporter Public

    A Cypress JSON test results reporter that follows the CTRF schema

    TypeScript 5 2

  6. ctrf ctrf Public

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

    TypeScript 4

Repositories

Showing 10 of 20 repositories
  • github-actions-ctrf Public

    Display test results directly within your GitHub workflow summary

    ctrf-io/github-actions-ctrf’s past year of commit activity
    TypeScript 26 MIT 1 3 0 Updated Aug 1, 2024
  • slack-ctrf Public

    Send Slack notifications with test results from popular testing frameworks using a single command in your CI/CD

    ctrf-io/slack-ctrf’s past year of commit activity
    TypeScript 4 MIT 1 0 0 Updated Jul 30, 2024
  • mocha-ctrf-json-reporter Public

    A Mocha JSON test results reporter that follows the CTRF schema

    ctrf-io/mocha-ctrf-json-reporter’s past year of commit activity
    TypeScript 0 MIT 0 4 0 Updated Jul 30, 2024
  • .github Public
    ctrf-io/.github’s past year of commit activity
    0 0 0 0 Updated Jul 24, 2024
  • ctrf Public

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

    ctrf-io/ctrf’s past year of commit activity
    TypeScript 4 0 0 0 Updated Jul 24, 2024
  • wdio-ctrf-json-reporter Public

    A Webdriverio JSON test results reporter that follows the CTRF schema

    ctrf-io/wdio-ctrf-json-reporter’s past year of commit activity
    TypeScript 2 MIT 1 4 0 Updated Jul 24, 2024
  • ctrf-io/mattermost-ctrf’s past year of commit activity
    TypeScript 0 MIT 0 0 0 Updated Jul 20, 2024
  • teams-ctrf Public

    Send MS Teams notifications with test results from popular testing frameworks using a single command in your CI/CD

    ctrf-io/teams-ctrf’s past year of commit activity
    TypeScript 1 MIT 0 0 0 Updated Jul 20, 2024
  • cypress-ctrf-json-reporter Public

    A Cypress JSON test results reporter that follows the CTRF schema

    ctrf-io/cypress-ctrf-json-reporter’s past year of commit activity
    TypeScript 5 MIT 2 3 0 Updated Jul 20, 2024
  • junit-to-ctrf Public

    Convert JUnit reports to CTRF

    ctrf-io/junit-to-ctrf’s past year of commit activity
    TypeScript 0 MIT 0 0 0 Updated Jul 20, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…