Element reference

Test run

Test run

A test run is a planned execution of selected test cases in one project. Creating a run creates one test run result per selected case.

Relations

Related elementHow it connects
ProjectRequired owner
Test run resultOne row per selected case
Test caseSelected into the run
AssigneeOptional default for new results

Fields

LabelTechnical nameTypeRequiredValidationDefault
Nametest_run_namestringYesMax 500 characters-
Descriptiontest_run_descriptionHTMLNoMax 2500 characters-
Statustest_run_statusenumYesSee enumerations-
Assigneeassigned_touser idNoCopied to new results when adding cases-
Projectproject_ididYes--

Enumerations

Status (test_run_status)

ValueMeaning
PENDINGCreated, not started
IN_PROGRESSExecution ongoing
COMPLETEDFinished
CLOSEDClosed without further work

Setting status to COMPLETED or CLOSED sets completed_at. Returning to PENDING or IN_PROGRESS clears it.

Rules

  • Case selection on create: a list of case ids, ALL for every case in the project, or omit selection - the backend defaults to all project cases.
  • A case already in the run is skipped when you add cases later. A second result row is not created.
  • If a test case is deleted from the project, its results are removed from all runs. The run itself stays.

Limits

  • An autotest run is a different element. Do not use this page for Playwright launches.

Version 1.0.0 · Last updated 2026-09-10

Did this page help?