playwright-generate-test▌
github/awesome-copilot · updated Apr 8, 2026
Generate Playwright tests from scenarios using interactive browser exploration and validation.
- ›Guides you through step-by-step test creation: scenario review, browser exploration, element inspection, interaction validation, and final test generation
- ›Integrates with Playwright MCP tools to inspect page elements, capture selectors, and validate interactions before writing test code
- ›Generates TypeScript tests using @playwright/test framework and automatically saves them to the tests dir
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Test Generation with Playwright MCP</h1>\n<p>Your goal is to generate a Playwright test based on the provided scenario after completing all prescribed steps.</p>\n<h2>Specific Instructions</h2>\n<ul>\n<li>You are given a scenario, and you need to generate a playwright test for it. If the user does not provide a scenario, you will ask them to provide one.</li>\n<li>DO NOT generate test code prematurely or based solely on the scenario without completing all prescribed steps.</li>\n<li>DO run steps one by one using the tools provided by the Playwright MCP.</li>\n<li>Only after all steps are completed, emit a Playwright TypeScript test that uses <code>@playwright/test</code> based on message history</li>\n<li>Save generated test file in the tests directory</li>\n<li>Execute the test file and iterate until the test passes</li>\n</ul>"}}]
Ratings
4.5★★★★★10 reviews- ★★★★★Shikha Mishra· Oct 10, 2024
playwright-generate-test is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Piyush G· Sep 9, 2024
Keeps context tight: playwright-generate-test is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Chaitanya Patil· Aug 8, 2024
Registry listing for playwright-generate-test matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Sakshi Patil· Jul 7, 2024
playwright-generate-test reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Ganesh Mohane· Jun 6, 2024
I recommend playwright-generate-test for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Oshnikdeep· May 5, 2024
Useful defaults in playwright-generate-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Dhruvi Jain· Apr 4, 2024
playwright-generate-test has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Rahul Santra· Mar 3, 2024
Solid pick for teams standardizing on skills: playwright-generate-test is focused, and the summary matches what you get after install.
- ★★★★★Pratham Ware· Feb 2, 2024
We added playwright-generate-test from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Yash Thakker· Jan 1, 2024
playwright-generate-test fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.