generate_steps_file
Create WDIO step definitions file from Gherkin syntax to enable automated test execution. Integrates selectors and reuses existing steps for efficient test suite generation.
Instructions
Generate WDIO step definitions file with functions to execute Gherkin syntax
Input Schema
Name | Required | Description | Default |
---|---|---|---|
existing_steps | No | List of existing step functions to reuse | |
gherkin_syntax | Yes | Gherkin syntax to generate steps for | |
output_path | Yes | Path where the steps file should be saved | |
scenario_title | Yes | Title of the test scenario | |
selectors | No | Selectors for UI elements |