Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion changelog/2025-04-25-linear-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ they are created.
Once the integration is set up, you can create a new ticket:

- In the **options menu** on the
[test cases overview dashboard](https://docs.trunk.io/flaky-tests/dashboard#tests-cases-overview).
[test cases overview dashboard](https://docs.trunk.io/flaky-tests/dashboard#test-cases-overview).
- With the **Create ticket** button on the test details dashboard.

You will see a preview of the ticket title and description, and can click **Create Linear Ticket**
Expand Down
2 changes: 1 addition & 1 deletion flaky-tests/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ These numbers are important for understanding the overall health of your repo’

The trend charts display the New Test Cases added by day, as well as Test Transitions and Quarantined Runs. Test Transitions represent the number of tests that have transitioned to a particular status on a particular day, excluding new test cases (which default to a status of Healthy). If a bar shows 5 Healthy, 10 Flaky, and 2 Broken on a single day, that indicates 5 tests transitioned to Healthy, 10 to Flaky, and 2 to Broken on that day. Quarantined Runs represents the number of runs of quarantined tests by day.

## Tests cases overview
## Test cases overview

<Frame>
<img className="block dark:hidden" src="/assets/flaky-tests/flaky-tests-overview-table-v2-light.png" alt="" />
Expand Down
Loading