Playwright Test Generator
Add steps — visit, click, fill, assert — and get a ready-to-run Playwright test. Generated entirely in your browser.
How it works
Frequently Asked Questions
A Playwright test using @playwright/test — page.goto, page.click, page.fill, selectOption and expect() assertions.
No — build the flow from plain steps and the tool writes the code; tweak selectors to match your app.
No — the code is generated in your browser.
Generate Playwright tests online for free. Build a test by adding simple steps — visit a URL, click an element, fill an input, select an option, and assert text, visibility or the URL — and get clean, ready-to-run TypeScript using @playwright/test with page actions and expect() assertions. It is a fast way to scaffold end-to-end tests or learn the API. Everything is generated in your browser, so nothing is uploaded.