List Scenarios
list_scenariosList all test scenarios in the active project, including multi-step workflows that chain test cases with variable passing and conditional execution. Use pagination with skip and take to control results.
Instructions
List all test scenarios in the active project. Scenarios are multi-step workflows that chain test cases with variable passing and conditional execution. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of scenarios to skip (for pagination, default 0) | |
| take | No | Number of scenarios to return (default 50, max 100) |