Upload Test Results
upload_test_resultsUpload external test results to an existing launch. Append test case outcomes with status and optional metadata.
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'. |