get_scenario
Retrieve detailed scenario specifications by matching name substrings, including features, steps, and metadata, to reuse existing tests before authoring similar scenarios.
Instructions
Full detail of scenario(s) whose name contains the given text: feature, tags, kind, example-row count, file:line, and the ordered steps (keyword + text + doc-string/data-table flags). Use to read an existing scenario before writing a similar one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Substring of the scenario name to match (case-insensitive). | |
| limit | No | Max scenarios (default 10). |