Skip to content
Merged
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
24 changes: 24 additions & 0 deletions flaky-tests/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@

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 (60-day window) |
| **Flaky** | Number of currently flaky test cases, with a 10-day trend sparkline |

Check failure on line 20 in flaky-tests/dashboard.md

View workflow job for this annotation

GitHub Actions / Trunk Check

vale(error)

[new] Did you really mean 'sparkline'?
| **Broken** | Number of currently broken test cases, with a 10-day trend sparkline |

Check failure on line 21 in flaky-tests/dashboard.md

View workflow job for this annotation

GitHub Actions / Trunk Check

vale(error)

[new] Did you really mean 'sparkline'?
| **Runs / Day** | Bar chart of test run volume over the last 10 days, with per-day tooltips |

Check failure on line 22 in flaky-tests/dashboard.md

View workflow job for this annotation

GitHub Actions / Trunk Check

vale(error)

[new] Did you really mean '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

<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