export_to_excel
Export test cases to Excel format (.xlsx) by submitting test case data and specifying the output file path.
Instructions
Export generated test cases to Excel file (.xlsx format)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_cases | Yes | Test cases object with positive, negative, boundary, edge arrays | |
| output_path | Yes | Output Excel file path (e.g., ./test-cases.xlsx) |