From b97d2fc676597c68b66b0ccfcfa7755f20067bba Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Apr 2026 18:06:16 +0000 Subject: [PATCH] docs(flaky-tests): document quarantine status icons on repositories overview The repositories overview now shows Shield (quarantining on, auto-quarantine off) and ShieldCheck (auto-quarantine enabled) icons next to repo names. Adds the full repositories overview section with column reference and icon legend. Source: trunk-io/trunk2#3538 Co-Authored-By: Claude Opus 4.6 --- flaky-tests/dashboard.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/flaky-tests/dashboard.md b/flaky-tests/dashboard.md index 081a3387..00ce7ebc 100644 --- a/flaky-tests/dashboard.md +++ b/flaky-tests/dashboard.md @@ -8,6 +8,30 @@ description: >- Trunk Flaky Tests detects flaky tests by analyzing test results. The health of your tests is displayed in the Flaky Tests dashboard. +### Repositories overview + +When you navigate to `//flaky-tests`, you land on a repositories overview showing all monitored repositories at a glance. + +Each repository row displays: + +| Column | Description | +|--------|-------------| +| **Tests** | Total tracked test cases in the repository (60-day window) | +| **Flaky** | Number of currently flaky test cases, with a 10-day trend sparkline | +| **Broken** | Number of currently broken test cases, with a 10-day trend sparkline | +| **Runs / Day** | Bar chart of test run volume over the last 10 days, with per-day hover tooltips | + +A quarantine status icon appears next to each repository name when quarantining is configured: + +| Icon | Meaning | +|------|---------| +| Shield | Quarantining is enabled for this repository; auto-quarantine is off | +| Shield with checkmark | Auto-quarantine is enabled — flaky tests are quarantined automatically | + +Active repositories (with test data in the last 30 days) appear at the top of the list. Repositories with no recent data are collapsed under an **Inactive Repositories** section that you can expand to view. + +Selecting a repository opens its detailed dashboard. If your organization has no repositories connected yet, the page redirects to onboarding. See [Quarantining](quarantining.md) to learn how to configure quarantine settings. + ### Key repository metrics

Key repo metrics