Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions flaky-tests/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `/<your-org>/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

<figure><picture><source srcset="../.gitbook/assets/key-metrics-dark.png" media="(prefers-color-scheme: dark)"><img src="../.gitbook/assets/key-metrics-light.png" alt=""></picture><figcaption><p>Key repo metrics</p></figcaption></figure>
Expand Down
Loading