🚀 Nested virtualization is here on Depot CI
← Back to changelog

Depot can now ingest JUnit XML test reports from your CI jobs and show test results in the dashboard. Test results are free to try while in beta.

Add depot/test-report-action after your test step, point it at your JUnit XML output, and Depot will attach pass, fail, error, and skip counts to the job that produced them.

Reported results appear inline on the job, with a full test results page for filtering by status, suite, class, file, or test name. Depot also shows recurring failure context, latest failure links, and passed-on-rerun badges when historical context is available.

For organization-wide trends, the new Test Results Analytics page helps you find frequent failures, new failures, slow tests, and flaky tests across Depot CI and GitHub Actions results. Some analytics are more complete for Depot CI because Depot has richer attempt metadata.

Learn how to set it up in the Depot CI test results docs and GitHub Actions test results docs.