Test SuitesTest Suite Runs

Create Test Suite Run

Beta
POST
Trigger a Test Suite and create a new Test Suite Run

Request

This endpoint expects an object.
test_suite_id
stringRequired
The ID of the Test Suite to run
exec_config
unionRequired
Configuration that defines how the Test Suite should be run

Response

This endpoint returns an object
id
string
created
datetime
test_suite
object
state
enum

The current state of this run

  • QUEUED - Queued
  • RUNNING - Running
  • COMPLETE - Complete
  • FAILED - Failed
  • CANCELLED - Cancelled
Allowed values: QUEUEDRUNNINGCOMPLETEFAILEDCANCELLED
exec_config
unionOptional
Configuration that defines how the Test Suite should be run