generate_playwright_test
Creates a Playwright TypeScript test framework with Page Object Model, data files, and utilities from test cases and locators.
Instructions
Generate a Playwright TypeScript framework with Page Object Model, data files, and utilities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locators | Yes | ||
| testData | No | ||
| testCases | Yes | ||
| applicationUrl | Yes | ||
| allowProduction | No | ||
| frameworkConfiguration | Yes |