docs(flaky-tests): document failing tests list in failure count monitor preview panel#561
docs(flaky-tests): document failing tests list in failure count monitor preview panel#561samgutentag wants to merge 4 commits intomainfrom
Conversation
…or preview panel The preview panel in the Failure Count monitor create/edit dialog now shows a searchable failing tests list with per-test failure counts and threshold highlighting. Source: trunk2 PR #3620 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
Claude finished @samgutentag's task in 46s —— View job Review complete
The new
Everything else looks good: no typos or grammar issues, proper use of bold for UI elements, correct placement within the document flow, and the 100-result truncation behavior and "No tests match" empty-state are both well-documented. |
|
|
||
| When you create or edit a failure count monitor, a **Preview** panel appears on the right side of the dialog on larger screens. The preview updates as you adjust the monitor's settings, giving you a live look at what the monitor would detect against your current branch data. | ||
|
|
||
| Once the monitor configuration produces detections, the panel shows a **Failing tests** list. Each row displays the test name as a link to its detail page, along with its failure count. Counts that meet or exceed your configured minimum failure threshold are highlighted in red; counts below the threshold appear in muted text. |
There was a problem hiding this comment.
Minor terminology inconsistency: the document calls the configuration setting "Failure Count" throughout (see the ## Failure Count section header and body), but here it's called "minimum failure threshold." Using the established term keeps things consistent for readers who may refer back to the configuration section.
| Once the monitor configuration produces detections, the panel shows a **Failing tests** list. Each row displays the test name as a link to its detail page, along with its failure count. Counts that meet or exceed your configured minimum failure threshold are highlighted in red; counts below the threshold appear in muted text. | |
| Once the monitor configuration produces detections, the panel shows a **Failing tests** list. Each row displays the test name as a link to its detail page, along with its failure count. Counts that meet or exceed your configured failure count are highlighted in red; counts below the threshold appear in muted text. |
|
Triage status (2026-05-05): up to date with main. Needs review before merge. |
|
Claude finished @samgutentag's task in 1m 9s —— View job Review complete
The new Outstanding from the prior review (non-blocking)The terminology nit posted on the previous review is still unresolved on Suggested edit to align terminology:
This is a minor consistency suggestion, not a blocking issue — the PR is otherwise good to merge. |
|
Verification status (2026-05-07, re-verified): Verified: customers can use this. Ready to publish.
Review nit applied in commit
Suggested next action: flip out of draft and merge. |
… rest of the page Apply the Claude review nit posted twice on PR #561. Replace the one-off "minimum failure threshold" with "configured failure count" to match the section header and body of the existing Failure Count configuration section. Also dropped the second occurrence of "threshold" in the same sentence since the configured failure count is the only number being compared against. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Claude finished @samgutentag's task in 1m 19s —— View job Review complete
The new Prior review feedback resolved. Commit Style and formatting checks
No blocking issues. PR is ready to merge. |

Summary
Documents the searchable Failing tests list added to the Failure Count monitor preview panel. The list shows per-test failure counts, highlights counts that meet the configured minimum threshold in red, supports case-insensitive search by test name or parent name, and links each test name to its detail page.
Source
Test plan