Skip to main content
The History tab shows every execution of a single test case on the active branch. Use it to measure stability over time and confirm whether failures are new, recurring, or flaky.
NoteOnly runs from the active branch appear. Test runs from other branches are excluded.

Metrics & History

Test Metrics

Key metrics for this test on the active branch:
  • Reliability: A score from 0 to 100, higher is better. It is not a percentage of runs that passed. See Reliability score.
  • Total Runs: The total number of executions tracked on this branch. Provides context for all other metrics.
  • Passed / Failed / Flaky / Skipped: Counts for each outcome.
  • Incomplete: Runs that ended without a result, usually because the test run was interrupted. It appears only when there are some, and it makes the outcome counts add up to Total Runs.

Last Status Tiles

Links to the most recent run for each outcome: Last Passed, Last Failed, Last Flaky. Each tile shows the Run # and timestamp. The current label appears when the tile matches the run you are viewing.

Execution History Table

Lists every execution on this branch in time order.
NoteRows expand to show Error Details for failures or Console Logs if they were captured during execution.

Reliability score

Reliability scores a test from 0 to 100 on the current branch, higher is better. It combines how often the test passed, how rarely it was flaky, and whether retries recovered it. The score covers the entire tracked history, not only the most recent run. Because it weighs flakiness and recovery alongside passes, a test that passes most runs but flakes often scores lower than its pass count suggests. The Overview tab shows the same score under the same name.

Overview

Test case status and evidence

Test Runs

View all test executions
Last modified on September 1, 2026