test_suite_add_item
Add an item to a suite. itemType 'test' references a flow recording (category='test'); 'testPlan' references a plan. orderIndex controls position (appended to the end if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item id — a flow recording id (itemType='test') or plan id (itemType='testPlan') | |
| suiteId | Yes | Suite id to add the item to | |
| itemType | Yes | What itemId points at | |
| orderIndex | No | Position within the suite (appended if omitted) |