Test Results
Track the distribution of test outcomes over time
Last updated
Was this helpful?
Track the distribution of test outcomes over time
Shows the distribution of test outcomes over time.
You can send and record custom metrics associated with your tests using Annotation: Custom Metrics. Custom Metrics will show up in Test Results chart.
Total tests: overall tests recorded for the selected period, regardless of their outcome.
Passed tests: tests that were successfully completed on all attempts without any exceptions or errors during their execution.
Failed tests: tests that either failed or were skipped because of an error in beforeEach/beforeAll
Ignored test: tests that weren't run, e.g. it.skip()
Success Rate: passed / (total - pending)

Test Flakiness - Flaky test distribution
Flaky Tests - Understanding flaky tests
Analytics - Analytics overview
Last updated
Was this helpful?
Was this helpful?