generate_feature_file
Create WDIO feature files using Gherkin syntax (Given, When, Then) for test scenarios, specify tags, and define output paths to automate test suite generation.
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 |