Test Dashboard
The Test Dashboard is a GitHub issue that is created by TestLens after a repository is onboarded. It provides an overview about test flakiness in the repository in the last 30 days.
The dashboard lists the default branch (usually main) and all protected branches.

The severity of test flakiness is indicated by one of the following icons:
- ⚪ / 🟢 – no executions were flaky
- 🟡 – at least one execution was flaky
- 🟠 – at least 5% of executions were flaky
- 🔴 – at least 10% of executions were flaky
For each branch, there are two sections:
- Branch and pull request builds: only tests with flaky results are included. Since it’s expected for pull requests to initially contain some test failures, failed results are excluded.
- Branch builds: both tests that had failed or flaky are included. Including failed outcomes can be useful to discover tests that are problematic because they regularly or occasionally fail after pull requests have been merged.
For each section, all tasks (for Gradle) or projects (for Maven) that had relevant test results in the last 30 days are listed. The table shown for each task/project is ordered by flakiness so the most flaky tests are at the top.
