Skip to main content
POST
Creates a new test run for the given project. All test cases with status READY are automatically enrolled at the moment the run is created. The run begins immediately with status IN_PROGRESS.
Only test cases in READY status are enrolled. Cases in DRAFT or other statuses are excluded. You must hold write access to the target space.

Path parameters

string
required
The slug of the space the project belongs to.
string
required
The ID of the test project to run.

Request body

string
required
Name of the test run (e.g., Sprint 42 — Regression).
string
Optional description of the test run.
string
ID of a milestone to associate with this run.

Response

string
required
Unique identifier of the newly created test run.
string
required
Name of the test run.
string
required
Status of the run. Always IN_PROGRESS on creation.
string
required
ID of the test project this run belongs to.
string
required
ISO 8601 timestamp of when the run was created.
Last modified on April 2, 2026