list-checkTest Results

Track the distribution of test outcomes over time

Shows the distribution of test outcomes over time.

circle-check

Metrics

  • 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)

Example chart - Test Results

Last updated

Was this helpful?