List Scenarios
list_scenariosList 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) |