PR Test Summaries
This new feature includes the following:
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
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
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.Learn more about PR Test Summaries in the docs