e2e_generate_playwright
Convert E2E test scenarios in Given/When/Then or plain text into executable Playwright code. Specify base URL and API key to generate tests ready for your application.
Instructions
Generate Playwright test code from E2E test scenarios
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 |