> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Flaky Tests: PR test summaries

> We're excited to introduce a powerful new feature that will help you accelerate your PR iterations: PR Test Summaries!

We're excited to introduce a powerful new feature that will help you accelerate your PR iterations:
**PR Test Summaries**!

Imagine this: You're diligently working on a new feature in your branch and ready to submit your
Pull Request (PR) for review. You've run your tests locally, and everything looks good. But then you
push your code, and—oh no! Some tests you haven’t even touched are failing. This is where our new PR
Test Summaries come in!

With this feature, you can **quickly identify failing tests and their reasons, as well as pinpoint
flaky tests**. This way, you’ll know whether the issue lies with your code changes or the tests
themselves.

## PR Test Summaries

This new feature includes the following:

<img src="https://mintcdn.com/trunk-4cab4936/Q0FYmvzYiNeEZWhS/assets/changelog/flaky-tests-pr-test-summaries-qt7l0r.png?fit=max&auto=format&n=Q0FYmvzYiNeEZWhS&q=85&s=475cd2b4a937689cc1d7060661b6e1d7" alt="" width="1874" height="986" data-path="assets/changelog/flaky-tests-pr-test-summaries-qt7l0r.png" />

**GitHub PR Comment:** Each new PR will receive a comment summarizing the test results, including:

* Counts for test runs, categorized by result (failed, flaky, skipped, quarantined)
* Collapsible lists for failed, flaky, and skipped tests
* For failed and flaky tests: detailed failure reasons and direct links to trace logs for quick
  investigation

<img src="https://mintcdn.com/trunk-4cab4936/Q0FYmvzYiNeEZWhS/assets/changelog/flaky-tests-pr-test-summaries-izxf8v.png?fit=max&auto=format&n=Q0FYmvzYiNeEZWhS&q=85&s=c25c5a7f3130628f31863db02983a0bd" alt="" width="2868" height="1462" data-path="assets/changelog/flaky-tests-pr-test-summaries-izxf8v.png" />

**PR Summary View**: This new view in our web app gives you access to a comprehensive listing of all
test run details:

* A table showing all test runs, filtered by outcome (passed, failed, or skipped) and whether or not
  they have been quarantined
* Every test run includes an icon to indicate whether a test is known to be flaky, the failure
  reason, and more details to investigate

<img src="https://mintcdn.com/trunk-4cab4936/Q0FYmvzYiNeEZWhS/assets/changelog/flaky-tests-pr-test-summaries-l4f3u.png?fit=max&auto=format&n=Q0FYmvzYiNeEZWhS&q=85&s=1dbeae5a64f789ab58fe4da82f91ad34" alt="" width="2870" height="1566" data-path="assets/changelog/flaky-tests-pr-test-summaries-l4f3u.png" />

**Test Run Detail Panel:** You are most likely already familiar with this view; it will show you all
run details include tracelogs, branch, job run link, duration, and more.[\
](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)\
[Learn more about PR Test Summaries in the docs](https://docs.trunk.io/flaky-tests/github-pull-request-comments)
