From e445ba82c4004a049b423f784d5054939e3107f6 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Apr 2026 10:58:45 +0000 Subject: [PATCH] docs(flaky-tests): document repositories overview landing page Documents the new multi-repo overview dashboard added in trunk-io/trunk2#3527. The landing page at //flaky-tests now shows all monitored repositories with TESTS, FLAKY, BROKEN counts and a RUNS/DAY sparkline per repo. Co-Authored-By: Claude Opus 4.6 --- flaky-tests/dashboard.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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