kiwi_create_test_case
Create a test case in Kiwi TCMS by providing summary, category, priority, and status, with optional fields for text, notes, automation, and links. Returns the created case.
Instructions
Create a test case. values must include at least: summary, category_id (or category), priority_id (or priority), case_status_id (or case_status). Optional: text, notes, is_automated, script, extra_link, requirement, default_tester_id. Returns the created case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | Field dict passed straight to TestCase.create |