create_test_case
Create a test case in a TestRail section by supplying a structured JSON with title, preconditions, and steps.
Instructions
Create a single test case in a TestRail section.
case should look like:
{
"title": "...",
"preconditions": "...",
"steps": [{"step": "...", "expected": "..."}, ...]
}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case | Yes | ||
| section_id | Yes |