add_plan_entry
Add test runs to a test plan by specifying plan ID, suite ID, and optional configurations like assigned users or specific test cases.
Instructions
Add test runs to a test plan
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Plan ID | |
| suite_id | Yes | Suite ID | |
| name | No | Entry name (optional) | |
| description | No | Entry description (optional) | |
| assignedto_id | No | User ID to assign (optional) | |
| include_all | No | Include all test cases (optional) | |
| case_ids | No | Specific case IDs (optional) | |
| config_ids | No | Configuration IDs (optional) | |
| refs | No | References (optional) | |
| runs | No | Array of test runs with configurations (optional) |