Upload Test Results
upload_test_resultsUpload external test results to an existing launch, appending passed, failed, broken, skipped, or unknown statuses with optional details. Accepts up to 1000 results per call.
Instructions
Upload external test results to an existing launch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Result objects to append to the launch. Every item requires test_case_id (int) and status (passed, failed, broken, skipped, or unknown). Optional fields: start, stop, duration, message, name, and full_name. A maximum of 1000 results is accepted per call. | |
| launch_id | Yes | Launch ID to receive the results (required). | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | No | ||
| launch_id | No | ||
| result_ids | No | ||
| uploaded_count | No | ||
| requested_count | No |