add_case
Create a new test case in a specified TestRail section by providing a title and optional attributes such as priority, type, estimate, and references.
Instructions
Create a test case in a section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refs | No | Comma-separated references | |
| title | Yes | Case title | |
| type_id | No | Case type ID | |
| estimate | No | Estimated time (e.g. '30s', '1m 45s') | |
| section_id | Yes | Section ID | |
| priority_id | No | Priority ID | |
| template_id | No | Template ID | |
| milestone_id | No | Milestone ID |