qa-test-reporter
Installation
SKILL.md
QA Test Reporter
Purpose
Aggregate, analyze, and report test results across all testing types and frameworks. Parse outputs from Jest, Vitest, Playwright, pytest, Cypress, k6, JMeter, and other tools; produce unified dashboards, trend analysis, and ISO 29119-3 compliant reports with go/no-go recommendations.
Input Formats
| Format | Source | Key Fields |
|---|---|---|
| JUnit XML | Jest, pytest, Maven, Gradle, most CI runners | testsuites, testsuite, testcase, failure, skipped, time |
| JSON reports | Custom runners, Vitest, Playwright JSON reporter | Varies; see references/report-formats.md |
| Allure results | Allure adapter (any framework) | result.json, container.json, attachments |
| CI/CD output | GitHub Actions, GitLab CI, Jenkins | Job logs, artifact paths, workflow status |
| Coverage reports | Istanbul, c8, pytest-cov, JaCoCo | Line/branch/function coverage JSON |
See references/report-formats.md for schemas and parsing rules.