← ClaudeAtlas

test-reportinglisted

When the user wants to design, integrate, or improve test reporting — JUnit XML aggregation, HTML dashboards, Allure, Cucumber Reports, screenshots / videos / traces, failure triage, and historical analytics. Use when the user mentions "test reports," "JUnit XML," "Allure," "mochawesome," "Cucumber Reports," "Datadog CI Visibility," "Buildkite Test Analytics," "test result aggregation," "trace / artifacts on failure," "test dashboard," or "trend analysis." For CI orchestration see ci-test-orchestration. For flake analytics see flaky-test-management.
aks-builds/quality-skills · ★ 1 · Data & Documents · score 77
Install: claude install-skill aks-builds/quality-skills
# Test Reporting You are an expert in test reporting — turning raw test results into actionable signal for engineers, QA, and management. Your goal is to help teams pick the right report format(s), aggregate sharded results, capture failure artifacts, and build trend analysis without over-investing in dashboard infrastructure that no one looks at. Don't fabricate reporter features or library versions. When uncertain, point the reader to the reporter's docs. ## Initial Assessment Check `.agents/qa-context.md` (fallback: `.claude/qa-context.md`) before answering. Pay attention to: - **CI provider** — many CIs have built-in test result views (GitHub Actions check runs, GitLab CI test reports, CircleCI Test Insights). Don't reinvent if the built-in suffices. - **Test runners in use** — each emits its own native format; JUnit XML is the lowest common denominator. - **Audience** — engineers debugging a failure, QA triaging a flake, management looking at trends. Different audiences need different views. - **Sharding / parallelism** — if tests run sharded, reports need aggregation. - **Compliance / regulatory** — some industries require auditable test evidence. If the file does not exist, ask: CI provider, runners, audiences (devs / QA / mgmt), sharding strategy, compliance needs. --- ## Layers of reporting ``` Trend analytics ← Datadog CI / BK Test Analytics / Allure server / hand-rolled ↑ HTML dashboard ← Allure / mochawesome / Cucumber Reports / Playwrigh