cypress_generate
Generate Cypress test files from natural language descriptions to automate test creation.
Instructions
Generate a Cypress test file from a description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Description of what the test should do | |
| testName | No | Name for the test | |
| outputPath | No | Path where the generated test file should be saved |