QAM Hub
Home / Knowledge Base / Automation Coverage Reporting

Automation Coverage Reporting

By Mike Krasnovskyi, Head of Automation at QA Madness · Published 2026-06-26

Once your automated runs are flowing into QAM Hub, the Test Explorer and automation reports tell you whether your automation is green, trustworthy, and actually covering the cases you care about. This guide explains what each view shows and how to read it.

To get runs in first, see uploading Playwright reports or uploading Cypress reports.

Run-level view

Each run shows a summary — pass / fail / skipped / flaky counts and total duration — and per-test detail with status, error and stack trace, retries, and failure screenshots. This is the "what happened in this run" view.

Health over time: Test Explorer

The Test Explorer is the analytics view across runs. For your suite it shows:

QAM Hub Test Explorer showing pass rate, flakiness, stability score, and trend charts

Cross-run intelligence

QAM Hub automatically surfaces patterns you'd otherwise hunt for by hand:

What you can do with it

QAM Hub automation coverage report showing share of test cases covered by automation versus manual

Coverage: manual vs automated

The automation coverage report answers the question raw run results can't: how much of your test base is actually covered by automation versus still done manually. Because automated results link back to manual cases via the TC-<number> convention, you can trace coverage straight from a manual case to its automated execution history — and see, honestly, where automation ends and manual testing begins. This is especially useful during the transition from manual to automation.

Related