Submit a test run
POST https://{{host}}/test-management/v3/test-runs
Submits a test run for functional testing. With one request you can run the test for a property version, test suite, and functional test case.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
Request Body
{"functional"=>{"propertyManagerExecution"=>{"propertyId"=>123, "propertyVersion"=>2, "testSuiteExecutions"=>[{"testCaseExecutions"=>[{"testCaseId"=>4}], "testSuiteId"=>3}, {"testSuiteId"=>4}]}}, "note"=>"Test a change on staging that is implemented in config_user11 Version 15.", "purgeOnStaging"=>false, "sendEmailOnCompletion"=>true, "targetEnvironment"=>"STAGING"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |