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