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-test-reporter github-test-reporter Public

    Publish and view test reporting directly in your GitHub Actions CI/CD workflow and Pull Requests with detailed test summaries, failed test analyses, and flaky test detection.

    TypeScript 121 10

  2. playwright-ctrf-json-reporter playwright-ctrf-json-reporter Public

    A Playwright JSON test results reporter that follows the CTRF schema

    TypeScript 45 1

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

    A Jest JSON test results reporter that follows the CTRF schema

    TypeScript 14 1

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

    A Go JSON test results reporter that follows the CTRF schema

    Go 5 4

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

    A Cypress JSON test results reporter that follows the CTRF schema

    TypeScript 10 2

  6. ctrf ctrf Public

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

    TypeScript 11

Repositories

Showing 10 of 22 repositories
  • github-test-reporter Public

    Publish and view test reporting directly in your GitHub Actions CI/CD workflow and Pull Requests with detailed test summaries, failed test analyses, and flaky test detection.

    ctrf-io/github-test-reporter’s past year of commit activity
    TypeScript 121 MIT 10 6 0 Updated Dec 18, 2024
  • newman-reporter-ctrf-json Public

    A Newman JSON test results reporter that follows the CTRF schema

    ctrf-io/newman-reporter-ctrf-json’s past year of commit activity
    TypeScript 6 MIT 1 6 0 Updated Dec 16, 2024
  • junit-to-ctrf Public

    Convert JUnit reports to CTRF

    ctrf-io/junit-to-ctrf’s past year of commit activity
    TypeScript 1 MIT 0 0 0 Updated Dec 8, 2024
  • ctrf-io/jira-test-reporter’s past year of commit activity
    0 0 1 0 Updated Nov 17, 2024
  • slack-test-reporter Public

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

    ctrf-io/slack-test-reporter’s past year of commit activity
    TypeScript 15 MIT 4 4 0 Updated Oct 22, 2024
  • microsoft-teams-test-reporter Public

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

    ctrf-io/microsoft-teams-test-reporter’s past year of commit activity
    TypeScript 6 MIT 0 1 0 Updated Oct 18, 2024
  • ai-test-reporter Public

    Generate a test report with AI summaries from various models including OpenAI, Azure and Claude

    ctrf-io/ai-test-reporter’s past year of commit activity
    TypeScript 24 MIT 2 0 0 Updated Oct 14, 2024
  • go-ctrf-json-reporter Public

    A Go JSON test results reporter that follows the CTRF schema

    ctrf-io/go-ctrf-json-reporter’s past year of commit activity
    Go 5 MIT 4 4 0 Updated Sep 16, 2024
  • playwright-ctrf-json-reporter Public

    A Playwright JSON test results reporter that follows the CTRF schema

    ctrf-io/playwright-ctrf-json-reporter’s past year of commit activity
    TypeScript 45 MIT 1 2 1 Updated Sep 12, 2024
  • ctrf-cli Public
    ctrf-io/ctrf-cli’s past year of commit activity
    TypeScript 3 MIT 0 0 0 Updated Sep 5, 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…