v1

latestOpenAPI 3.0.02026-07-23589.6 KB

Start a Test Run

Starts a new test run job for the specified test suites or individual tests. You must provide either an array of testSuiteIds, an array of testIds, or both.

post/start

Headers

x-correlation-idstring

A custom correlation ID to track the job execution. If not provided, a GUID will be automatically generated.

Request body

testSuiteIdsstring[]

A list of Test Suite IDs to be executed.

testIdsstring[]

A list of individual Test IDs to be executed.

Response

The test run job has been successfully created and queued.

testRunIdstring

The ID of the newly created test run job.

status'WAITING' | 'RUNNING' | 'COMPLETED' | 'CANCELING' | 'CANCELED' | 'ERROR'