v28

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-05-2887246443.7 KB

Create a batch test to run multiple test cases

post/create-batch-test

Request body

test_case_definition_idsstring[] required

Array of test case definition IDs to run

Response

Test case batch job created successfully

test_case_batch_job_idstring required

Unique identifier for the test case batch job

status'in_progress' | 'complete' required

Status of the batch job

pass_countinteger required

Number of test cases that passed

fail_countinteger required

Number of test cases that failed

error_countinteger required

Number of test cases that encountered errors

total_countinteger required

Total number of test cases in the batch

creation_timestampinteger required

Timestamp when the batch job was created (milliseconds since epoch)

user_modified_timestampinteger required

Timestamp when the batch job was last modified (milliseconds since epoch)