Skip to main content
Version: 1.0.8

Test Runs

Test Runs is the workspace run history. Track runs, review results, and act on them without leaving the list.

Runs

Run Statuses

A run carries a lifecycle status and, once it finishes, a result.

StatusMeaning
WaitingQueued, waiting for a runner
PendingPreparing to run
RunningExecuting
FinishedComplete — the result says how it went
AbortedStopped manually or cancelled by the system
ResultMeaning
SuccessEvery scenario passed
FailureAt least one scenario failed
ErrorThe run hit a system or infrastructure error
PartialThe run completed without covering every scenario
note

Status badges use the shorter display words: a SUCCESS result shows as Passed and a FAILURE result shows as Failed. The filter pills use the raw status and result names above.

Filtering

Search and Quick Filters

  • Search runs — free-text search across the run history.
  • Plan — narrow to one test plan, or All Plans.
  • DateLast 24 hours, Last 7 days (default), Last 30 days, Custom range, or All time. Choosing Custom range reveals a Pick dates calendar.

Status and Result Pills

Two rows of toggle pills sit under the toolbar. Both are multi-select, so you can combine several values.

  • Status — Waiting, Pending, Running, Finished, Aborted
  • Result — Success, Failure, Error, Partial

Advanced Filters

Select Advanced to reveal four more controls. The button carries a badge with the number of advanced filters currently active.

FilterValues
RunnerThe runners present in the loaded runs
EnvironmentThe environments present in the loaded runs
TriggerHow the run started
GroupHow the list is grouped — see below

Active Filters

Every filter you set appears as a removable chip in an Active: bar, with Clear All on the right.

Filters are written into the page URL, so you can bookmark a filtered view or share it, and the browser back button restores the previous filter state.

Flat and Grouped Views

The Group control switches the list between a flat table and grouped cards.

Group byResult
NoneOne flat table, 20 runs per page, with checkboxes and bulk actions
Run GroupRuns created together by one start request
SuiteGrouped by test plan, with Run Suite, Open Failed, and View Suite actions on the group header
RunnerGrouped by runner, with Show only this runner
TriggerGrouped by how the run started

Grouped views load 100 runs per page and expand the first group automatically. They do not offer checkboxes, bulk actions, or pagination.

Columns

ColumnContent
Test RunsRun identity, plan, and — in flat view — the select-all checkbox
StatusStatus badge, self-healing activity pill, and an error tooltip on failed runs
ResultsPassed, failed, and untested counts, a stacked bar, and the pass rate or live progress
DurationHow long the run took
Run ProfileThe profile the run executed with
TimelineRun date, with start and end times

The self-healing pill shows the run's total heal-event count and pulses when proposals are waiting for review. See Element Registry for how those proposals are reviewed.

Expanding a Row

The chevron on each row opens an inline Failed scenarios panel listing up to five failures, with Open run and Open run page links.

Row Actions

Inline buttons depend on the run's state:

  • Quick View — opens a side sheet with the run summary without leaving the list.
  • Stop run — on active runs, with a confirmation dialog.
  • Re-run with same configuration — on ended runs. It reuses the original run profile without prompting.
  • Run profile dropdown — re-run against a different profile.

The overflow menu adds:

ActionAvailable on
View Detail PageAny run
View ReportRuns that are no longer active
Watch LiveActive runs
Re-Run / Re-Run Failed (N)Ended runs, with run-create permission
Copy LinkAny run
RefreshActive and waiting runs
DeleteEnded runs, with delete permission

Bulk Actions

In flat view, select runs with the row checkboxes to reveal a bulk bar with Re-Run, Stop, and Clear Selection.

  • Re-Run activates only when the selection contains completed runs.
  • Stop activates only when the selection contains active runs.

Summary Bar

When analytics data is available, a summary strip above the table shows total, passed, failed, aborted, pass rate, aborted rate, and completion rate.

  • Abort rate is aborted runs divided by all runs in the window.
  • Completion rate is ended runs (passed + failed + aborted) divided by all runs.

Next Steps