parse_scenarios
Parse Gherkin feature text and return each scenario with its requirement IDs, pulled from @REQ tags or scenario titles, to map features to requirements.
Instructions
Parse Gherkin feature text and return each scenario with the requirement IDs it is linked to (via @REQ-001 tags or IDs in the scenario title).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| features | Yes | One or more .feature documents |