e2e_generate_cypress
Turn E2E test scenarios into Cypress test code. Provide Given/When/Then or plain text scenarios to generate executable tests for your application.
Instructions
Generate Cypress test code from E2E test scenarios (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| base_url | No | Base URL of the application under test | |
| scenarios | Yes | E2E test scenarios in Given/When/Then or plain text format |