Generate a Playwright test stub
generate_playwright_test_stubConvert a named sequence of data-testid interactions into a runnable Playwright test file using deterministic templates—instant and reproducible.
Instructions
Deterministically scaffolds a runnable Playwright test file from a named sequence of data-testid interactions (fill, click, expectText, expectVisible). Template-based, not LLM-based - instant and 100% reproducible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| testName | Yes | The test's title, e.g. "logs in with valid credentials". | |
| describeName | No | The test.describe() block title. Defaults to "Generated suite". |