Skip to main content

Read Pass/Fail Status

TestVibe shows status at two levels:

  • the run status, which describes the whole run
  • the test row status, which describes an individual scenario or test

Start with the run status, then drill into the Features tab to understand which rows created that outcome.

TestVibe completed run results

Result states

StateMeaning
PassedThe run or test completed successfully.
FailedAt least one test failed, or the run could not complete successfully.
CancelledThe run was stopped before it finished.
SkippedA test was intentionally not executed, often because a condition or dependency prevented it.
Queued or in progressThe run is still active and the final result is not ready yet.
UnavailableTestVibe does not have enough result data to show the row or artifact yet.

Where counts appear

You can find result counts in several places:

LocationWhat to use it for
Run listQuickly compare recent runs and find failed or cancelled runs.
Summary tilesConfirm total tests, pass rate, duration, and run metadata.
Features tabInspect each scenario row and open details.
ChartsSpot patterns by group, project, status, or duration.

When a run fails before any test executes

If a run fails before the cloud test session produced any per-scenario results (for example, setup or dependency installation failed), TestVibe still shows an honest terminal state — the recorded failure reason when one was captured, plus Re-run and Ask AI actions — instead of leaving the run detail looking blank or stuck.

Mixed outcomes

A run can fail even when most tests pass. Treat a failed run as a signal that at least one selected test or setup step needs attention.

Examples:

PatternWhat it usually means
One failed rowStart with that test's details and evidence.
Several failures in one groupCheck the shared feature flow or data for that group.
Many tests fail at the same stepCheck login, environment state, or common prerequisites.
Only one browser or configuration failsReview viewport, browser behavior, or configuration-specific setup.

For failure triage, continue to Inspect failed steps.