TestOwl LogoTestOwlDocs

Run History

Run History provides a complete record of every test run in your project. It helps you monitor execution progress, investigate failures, and review previous test runs.

Each run records what was executed, when it ran, which environment it used, and the final execution result.

Overview

The Run History page includes:

  • Summary statistics for recent runs.
  • A searchable list of all runs.
  • Filters for quickly finding specific runs.

You can filter runs by:

  • Status
  • Environment
  • Execution location (Local or Cloud)
  • Date range

You can also search by the run name or Test Case name.

Run statuses

StatusDescription
QueuedThe run is waiting to start.
RunningThe run is currently in progress.
CompletedThe run finished execution. Individual Test Cases may have passed or failed.
FailedThe run could not be completed because of an execution or infrastructure error.
InterruptedThe run was manually stopped before completion.

Viewing a run

Click any run to open its Report.

The report includes:

  • Test execution results
  • Step-by-step execution details
  • Screenshots
  • Video recordings
  • Logs and failure information

Re-running a test

You can start a new run directly from a previous run by clicking Re-run.

The Run Configuration dialog opens with the previous configuration, allowing you to review or modify the selected environments and execution location before starting the new run.

For more information, see Triggering a Run.

One run per environment

If you execute the same Test Case or Test Suite against multiple environments, TestOwl creates a separate run for each environment. This allows each environment to have its own execution status, report, screenshots, video, and logs.

Next steps