generate_component_file
Creates a component file with specified data items and saves it to a designated path, enabling efficient test scenario management in WDIO test suites.
Instructions
Generate component file with collection of data items (only if needed)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data_items | Yes | Collection of data items for the component | |
output_path | Yes | Path where the component file should be saved | |
scenario_title | Yes | Title of the test scenario |