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
| Status | Description |
|---|---|
Queued | The run is waiting to start. |
Running | The run is currently in progress. |
Completed | The run finished execution. Individual Test Cases may have passed or failed. |
Failed | The run could not be completed because of an execution or infrastructure error. |
Interrupted | The 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
TestOwl