generate_feature_file
Create WDIO feature files with Gherkin syntax for test automation scenarios, specifying scenario titles, steps, tags, and output paths.
Instructions
Generate WDIO feature file with Gherkin syntax (Given, When, Then)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_title | Yes | Title of the test scenario | |
| gherkin_syntax | Yes | Gherkin syntax content for the feature | |
| tags | No | Test ID tags for the scenario | |
| output_path | Yes | Path where the feature file should be saved |