The headline
At the top, two pills load instantly:- Coverage — are there linked test cases, and how many?
- Depth — do those tests have real steps, or are they shallow / underspecified? An advisory, AI-free signal — never blocking.
Execution verdict
A colour-coded banner reduces all the outcomes below to a single answer:Passed
Every test passes in the current scope.
Not OK
At least one test failed.
Not Run
Nothing failed, but some tests have not run (Blocked / Not Applicable count as Not Run).
Not covered
No linked test — a neutral state.
Scope selector
The scope selector is shown whenever the story is covered — so you always know the results are the latest execution.
- Latest (all plans) — the default.
- A specific test plan — re-frames status, failures and freshness to that plan, and masks the tests that are not in it (with an “X of N in this plan” line).
Clickable test IDs
Each linked test shows a clickable #ID that opens the test case in a new tab — no hunting through plans and suites.The results table
For each linked test: its #ID, title (with its type tag), outcome, last run date, and the bug behind a failure — or a failing-with-no-defect flag when a test fails without a linked bug.What it does not do
- Read-only. No new API call, no new scope, no new dependency.
- It never writes to your data and never reads comments.
- Live and independent of published reports — it reuses the same depth / status / failure engines.
Related
Concepts: statuses & results
How outcomes are read and reduced.
Quality Gate & GO/NO-GO
Turn results into a release decision.