Create Test Suite Run

Path parameters

testSuiteIdstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringOptional<=80 characters

This is the name of the test suite run.

Response

statusenum

This is the current status of the test suite run.

Allowed values:
idstring

This is the unique identifier for the test suite run.

orgIdstring

This is the unique identifier for the organization this run belongs to.

testSuiteIdstring

This is the unique identifier for the test suite this run belongs to.

createdAtdatetime

This is the ISO 8601 date-time string of when the test suite run was created.

updatedAtdatetime

This is the ISO 8601 date-time string of when the test suite run was last updated.

testResultslist of objects

These are the results of the tests in this test suite run.

namestringOptional<=80 characters

This is the name of the test suite run.