REST API
/v0/test-run-sets
Creates Test Run Set.
POST
/
v0
/
test-run-sets
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
env
string
requiredEnvironment
folderId
string
ID of the folder to run tests in. Can be found in the URL of the folder. If not provided, all tests will be run.
envOverride
object
Environment map to override environment variables.
Response
200 - application/json
testRunSetId
string