Create Test Suite Run

Trigger a Test Suite and create a new Test Suite Run

Headers

X_API_KEYstringRequired

Request

This endpoint expects an object.
exec_configobjectRequired

Configuration that defines how the Test Suite should be run

test_suite_idstringOptionalformat: "uuid"

The ID of the Test Suite to run. Must provide either this or test_suite_id.

test_suite_namestringOptional>=1 character

The name of the Test Suite to run. Must provide either this or test_suite_id.

Response

idstringformat: "uuid"
createddatetime
test_suiteobject
stateenum

The current state of this run

  • QUEUED - Queued
  • RUNNING - Running
  • COMPLETE - Complete
  • FAILED - Failed
  • CANCELLED - Cancelled
Allowed values:
exec_configobjectOptional

Configuration that defines how the Test Suite should be run