Test results are now generally available
Test results are now generally available for Depot CI and GitHub Actions jobs. Ingest JUnit XML from your CI, see pass/fail/error/skip counts on every job, and dig into org-wide analytics for flaky, slow, and recurring failures.
What you get:
- Inline results on every job: pass/fail/error/skip counts, plus a full results page with filters by status, suite, class, file, or test name
- Historical context: recurring failures, latest failure links, and passed-on-rerun badges
- Org-wide analytics: frequent failures, new failures, slow tests, and flaky tests
- Timing-based test splitting: balance shards from durations in earlier reports
- One-command run and report:
depot tests run(ordepot/tests-run-action) splits, runs, and uploads JUnit in a single step
Every plan includes 1,000,000 passing tests each month. Beyond that, billing is $0.000001 per passing test ($1.00 per 1 million). Failed, errored, and skipped tests are free. See pricing.
Read more in our launch post and the Depot CI / GitHub Actions docs. For sharding, see Split tests by timing.