diff --git a/flaky-tests/dashboard.md b/flaky-tests/dashboard.md index 081a3387..9b898907 100644 --- a/flaky-tests/dashboard.md +++ b/flaky-tests/dashboard.md @@ -8,6 +8,25 @@ 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 | +| **Flaky** | Number of currently flaky test cases | +| **Broken** | Number of currently broken test cases | +| **Runs / Day** | Bar chart of test run volume over the last 10 days, with per-day hover tooltips | + +If a repository uses quarantining, a lock icon appears next to its name. + +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 from the overview opens its detailed dashboard. If your organization has no repositories connected yet, the page redirects to onboarding. + ### Key repository metrics

Key repo metrics