dorny/test-reporter
Displays test results from popular testing frameworks directly in GitHub observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 98
- Release rhythm 63
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 32
- age_days: 2162
- days_rel: 165
- days_push: 13
- n_releases_24m: 10
Adoption not part of the score
1179 stars · 299 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
plugin · maturity active
testing ci-cd parser testing developer-tools cli github-action test-results check-run annotations junit jest pytest reporting devops github-actions
1 source
- readme: https://github.com/dorny/test-reporter · fetched 2026-08-28 · cdec48e084cc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dorny/test-reporter | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="dorny/test-reporter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem