qa-test-reporter

Aggregate test results from JUnit XML, JSON, and Allure into HTML and Markdown dashboards.

2|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AZANIR/qa-skills --skill qa-test-reporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-test-reporter
Source: https://github.com/AZANIR/qa-skills/tree/main/.cursor/skills/qa-test-reporter
Command: npx skills add https://github.com/AZANIR/qa-skills --skill qa-test-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of understanding test execution outcomes by aggregating results from various frameworks, providing clear reports, and enabling trend analysis for better decision-making.

Core Features & Use Cases

  • Unified Reporting: Consolidates test results from JUnit XML, JSON, Allure, and CI/CD outputs into a single, coherent view.
  • Trend Analysis: Tracks test pass rates and failure trends over time to identify regressions and improvements.
  • ISO 29119-3 Compliance: Generates standardized test status and completion reports for formal documentation.
  • Use Case: After a CI build completes, this Skill can automatically parse the test artifacts, generate an HTML dashboard showing pass/fail rates, highlight flaky tests, and provide a go/no-go recommendation for release.

Quick Start

Generate an HTML test report from the JUnit XML files located in the 'test-results/' directory.

Frequently Asked Questions about qa-test-reporter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate JUnit XML and Allure reports into a single dashboard?

To aggregate test results into a single dashboard, this Skill parses JUnit XML, JSON, and Allure report formats, consolidating them into unified HTML and Markdown dashboards that display pass/fail rates and highlight flaky tests.

Can I generate ISO 29119-3 compliant test reports from CI/CD outputs?

Yes, you can generate ISO 29119-3 compliant test status and completion reports directly from CI/CD outputs. The Skill parses test artifacts to produce standardized documentation required for formal release approvals.

What is the best way to track test failure trends and pass rates over time?

Tracking test failure trends over time requires storing historical execution data. This Skill provides trend analysis by storing historical test results, allowing you to identify regressions and improvements across builds.

Does this test reporting tool work with GitHub and Memory MCP for data persistence?

Yes, this test reporting tool integrates with GitHub and Memory MCP for data persistence and retrieval. This integration enables the storage of historical test data needed for tracking pass rates and generating trend analysis.

How do I highlight flaky tests and get a go/no-go recommendation for release?

To highlight flaky tests and receive release recommendations, the Skill analyzes parsed test artifacts from your CI build. It automatically generates an HTML dashboard showing failure trends and provides a go/no-go recommendation for release.

What test result formats can be consolidated for unified test reporting?

For unified test reporting, the Skill consolidates results from JUnit XML, JSON, Allure reports, and CI/CD outputs. It parses these varied formats into a single coherent view to streamline understanding of test execution outcomes.