generate_component_file
Creates component files for test automation by organizing data items into structured files, saving them to specified paths for integration with test suites.
Instructions
Generate component file with collection of data items (only if needed)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_title | Yes | Title of the test scenario | |
| data_items | Yes | Collection of data items for the component | |
| output_path | Yes | Path where the component file should be saved |