Run test cases

Triggers the execution of test cases in a customer workspace. This endpoint supports running test cases in different scopes, including all test cases in a manifest, project, or folder, all test cases for a specific recipe, or a set of specified test cases. This endpoint is asynchronous, meaning test case execution occurs in the background.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects any.

Response

Accepted - Test case execution has been initiated asynchronously.

request_idstring or null
Unique identifier for the test case execution request.
statusstring or null
Current status of the test case execution request.

Errors