testmo_batch_create_cases
Batch create test cases in Testmo with automatic batching, allowing unlimited cases per request while requiring fields like name, folder, priority, type, and creator.
Instructions
Create any number of test cases, automatically handling batching (100 per request).
Each case object MUST include these fields or the API will silently reject it:
name: Test case title
folder_id: Target folder ID (0 for root)
custom_priority: Priority ID (52=Critical, 1=High, 2=Medium, 3=Low)
custom_type: Type ID (59=Functional, 64=Acceptance, 55=Security)
custom_creator: Creator ID (51=AI Generated)
Optional: template_id, state_id, tags, issues, configurations, custom_feature, etc.
Args: project_id: The project ID. cases: Array of test case objects (unlimited, auto-batched).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| cases | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||