Run Status

Details about different states that a Currents dashboard run can have

Runs represent builds in your CI system. Technically, each runs is associated with a unique CI Build ID and represents a collection of:

  • Playwright / Cypress spec files

  • Playwright / Cypress tests results

  • Machines

  • Metadata like git metadata and environment details

During its lifecycle, a run can have various states:

  • Running - a default state for newly created runs

  • Failing - a run still hasn't reported all the results and has 1 or more failed tests

  • Failed - a run has reported all the results and has 1 or more failed tests

  • Passed - a run has reported all the results and has 0 failed tests.

In addition, an interrupted run can be in one of the following completion states:

  • 👤 Cancelled - a run was cancelled. See Canceling Runs for details.

  • ⚡️ Cancelled - a run was cancelled due to the Fail Fast strategy. See

  • Timeout - a run exceeded the timeout threshold for the project. See Run Timeoutsfor details.

Last updated