qase_run_upsert
Create or update a test run in a Qase project. Use run ID to update existing tests or omit ID to create a new run with cases and metadata.
Instructions
Create or update a test run. If id is provided, updates; if omitted, creates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Run ID — if provided, this is an update (note: Qase API has limited run update support) | |
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| tags | No | ||
| cases | No | Case IDs to include | |
| title | Yes | Run title | |
| plan_id | No | Test plan to base run on | |
| end_time | No | RFC3339 end time | |
| start_time | No | RFC3339 start time | |
| description | No | ||
| is_autotest | No | ||
| custom_field | No | ||
| milestone_id | No | ||
| environment_id | No |