# dorny/test-reporter

Displays test results from popular testing frameworks directly in GitHub

Repository: https://github.com/dorny/test-reporter
Canonical: https://ross.abutalabs.com/products/test-reporter
Language: TypeScript
License: MIT
License Family: permissive
Topics: ci-cd, testing, reporting, github-actions
Last push: 2026-08-20T07:24:00+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 63, longevity 100
- inputs: {"age_days": 2162, "days_push": 13, "days_rel": 165, "gap_med": 32, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1179, forks 299 (observed 2026-08-28T04:03:53.044357+00:00)

## What it is
A GitHub Action that parses test results in XML or JSON formats from popular testing frameworks and displays them as GitHub Check Runs or job summaries. It annotates failed code with error messages and stack traces, and exposes pass/fail/skip counts as workflow outputs.

## Use cases
- show test results in github pull requests
- annotate failed tests in github actions
- parse junit xml test reports in ci
- display pytest or jest results as a check run
- get passed failed skipped test counts as workflow outputs
- report test failures from forked pull request workflows

## When to choose
- you run tests in GitHub Actions and want results visible on the PR
- you need inline annotations pointing to failing test code
- your test framework outputs JUnit XML or JSON results

## When to avoid
- you use CI platforms other than GitHub Actions
- your test framework produces unsupported result formats and you cannot convert them
- you need test result history or dashboards beyond GitHub Checks

## Facets
- artifact type: plugin
- maturity: active
- function: testing, ci-cd, parser
- domain: testing, developer-tools
- platform: cli
- tags: github-action, test-results, check-run, annotations, junit, jest, pytest, reporting, devops, github-actions

## Member repositories
- dorny/test-reporter (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:53.044357+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:25:34.194515+00:00, confidence not recorded.
  - readme: https://github.com/dorny/test-reporter (fetched 2026-08-28T04:03:53.044357+00:00, sha cdec48e084cc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
