create_test_scenario
Create a multi-step test flow as a new test scenario, placing it in a specified folder with configurable priority, tags, and execution options.
Instructions
Create a new test scenario (multi-step test flow). Use list_test_scenarios first to find valid folderIds and determine ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Scenario name | |
| tags | No | Tag names to apply | |
| options | No | Execution options | |
| folderId | Yes | Folder ID to place the scenario in | |
| ordering | No | Sort order within folder | |
| priority | No | Priority (1=high, 2=medium, 3=low) | |
| description | No | Scenario description |