qase_ci_report
Report CI/CD test results in a single API call by creating a run, recording all results, and optionally completing it, replacing a multi-step workflow.
Instructions
Report CI/CD test results in one call: creates a run, records all results, and optionally completes the run. Replaces the 3-4 step manual workflow of create_run → bulk_create_results → complete_run. Designed for CI pipeline integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| title | Yes | Run title (e.g., "CI Build #1234") | |
| results | Yes | Test results to record | |
| complete | No | Complete the run after recording results (default: true) | |
| is_autotest | No | Mark as automated run (default: true) | |
| environment_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Created run ID | |
| run_status | Yes | ||
| results_recorded | Yes | Number of results recorded |