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.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.
PR Test Summaries
This new feature includes the following:
- 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

- 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

Learn more about PR Test Summaries in the docs