Run Details

Run details and metadata - git, environment, status

Run Status

A run can have the following status:

  • Running - the 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 Cancelling 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.

Run Title

Currents uses the following data for displayed run title:

  • Pull Request title if the run is associated with a PR

  • Git Commit Message if .git is available

  • No title placeholder otherwise

You can override Run Title by setting COMMIT_INFO_MESSAGE environment variable. See Commit Information.

Run details example

Currents collects additional information about the CI environment:

Field
Description

Duration

Run duration

Progress

Completed / overall spec files progress

Started at

Run start timestamp

Branch

Git branch name (or HEAD for Pull Requests)

Commit Message + SHA

Git commit details

Browser / Project

Cypress tests browser or Playwright Project

Author

Git commit author

CI Build ID

Last updated

Was this helpful?