automation

action-junit-report: Automated Test Results

Get automated test results as GitHub Pull Request Checks with action-junit-report. For startup founders automating tests.
intermediate30 minutes💵 Free (self-hosted)
428 stars155 forksTypeScriptGuide quality 8/10 · reviewed Jun 1Updated 9/8/2026100% free · open source
What it is

Get automated test results as GitHub Pull Request Checks with action-junit-report.

Real use case example

"A founder of a small startup wants to automate their test reporting for a new app. They set up action-junit-report in their GitHub workflow to receive automated PR checks with test results. As the app is deployed, they get instant feedback on any issues."

Best insideClaude DesktopClaude Code
When to use it
  • When you want to ensure code changes are Tested before merging into main branch
  • When you need to automate the testing and validation of Pull Requests
  • When you want to provide clear and actionable feedback to developers on test failures
Ready-to-paste prompt
name: JUnit Report
on: [push]
jobs:
  report:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
      - name: Run JUnit tests
        run: ./gradlew test
      - name: Report JUnit results
        uses: mikepenz/action-junit-report@v2
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/action-junit-report && curl -fsSL https://workflowstacks.com/api/skills/action-junit-report/claude-skill -o ~/.claude/skills/action-junit-report/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How action-junit-report: Automated Test Results works
Codeflow
Free to inspect

Action-junit-report: Automated Test Results is a small TypeScript project (~1.9k lines across 12 code files, plus 13 test files). Setup is light: install Node.js, run one command. Last commit this month, Apache-2.0 license, has a test suite.

Size
Small codebase
~1.9k lines · 12 code files · 16 min skim
Setup
Light setup
Install Node.js, run one command.
Runs on
Node.js
No API keys detected
TypeScript 92%Java 5%JavaScript 2%Kotlin 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    action.yml
    Where the program starts running
  3. 3
    package.json
    Dependencies and the commands it exposes
  4. 4
    src/main.ts
    Inside src/ — the main logic begins here
What's in each folder
src/Core code — the actual logic6 files
test_results/Folder45 files
.github/CI / automation (GitHub Actions)11 files
__tests__/Tests — proof it works5 files
.devcontainer/Editor / agent settings2 files
READMEHas testsThin docsCI checksApache-2.0 licenseUpdated this month
Quick Actions
Details
Creator
mikepenz
Language
TypeScript
Category
automation
Published
1/17/2021

Are you the creator of this tool? and earn 85% of every sale.

Show it off in your README:

Featured on WorkflowStacks
[![Featured on WorkflowStacks](https://workflowstacks.com/api/badge/action-junit-report.svg)](https://workflowstacks.com/skills/action-junit-report?utm_source=github&utm_medium=badge)
🔥 Hot this week, in your inbox
Skills like this, every Monday.

The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.

Do this with a working workflow

Pages we wrote and tested that put a skill like this to work — importable n8n templates, outcome guides and Claude Desktop configs.