Test Suites
Trigger test run
Triggers a manual test run for a suite on the environment. Returns 202 Accepted.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredTest suite to run
test_suite_idstringPath Parameters
envIdRequiredstringEnvironment ID (UUID)
Accepted
List test suites
Returns all test suites for the specified environment.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
envIdRequiredstringEnvironment ID (UUID)
OK
Create test suite
Creates a new test suite for the specified environment.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredTest suite creation payload
bodyRequiredobjectPath Parameters
envIdRequiredstringEnvironment ID (UUID)
Created
Export test suite config
Exports all test suite configurations for the environment as a JSON file download.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
envIdRequiredstringEnvironment ID (UUID)
OK
Import test suite config
Imports test suite configurations from a JSON payload into the environment.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredJSON test suite configuration to import
bodyRequiredobjectPath Parameters
envIdRequiredstringEnvironment ID (UUID)
OK
Get test suite
Returns a test suite by ID.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
suiteIdRequiredstringTest Suite ID (UUID)
OK
Delete test suite
Deletes a test suite by ID.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
suiteIdRequiredstringTest Suite ID (UUID)
No Content
Update test suite
Updates an existing test suite by ID.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredTest suite update payload
bodyRequiredobjectPath Parameters
suiteIdRequiredstringTest Suite ID (UUID)
OK