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
beforeEach/beforeAll
Ignored test: tests that weren't run, e.g. it.skip()
it.skip()
Success Rate: passed / (total - pending)
passed / (total - pending)
Test Flakiness - Flaky test distribution
Flaky Tests - Understanding flaky tests
Analytics - Analytics overview
Last updated 54 minutes ago
Was this helpful?