Generates a Playwright test from a scenario by running steps with Playwright MCP, then saves and iterates until the test passes. Useful for rapid test creation with hands-on browser interaction.
How this skill is triggered — by the user, by Claude, or both
Slash command
/playwright-generate-test:playwright-generate-testThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Your goal is to generate a Playwright test based on the provided scenario after completing all prescribed steps.
Your goal is to generate a Playwright test based on the provided scenario after completing all prescribed steps.
@playwright/test based on message historynpx claudepluginhub simplycubed/skills --plugin playwright-generate-test3plugins reuse this skill
First indexed Jun 6, 2026
Generates a Playwright test from a scenario by running steps with Playwright MCP, then saves and iterates until the test passes. Useful for rapid test creation with hands-on browser interaction.
Generates Playwright tests from user stories, URLs, component paths, or feature descriptions. Adapts to project conventions and uses web-first assertions.
Write Playwright E2E tests using fixtures and best practices. Use when creating E2E tests, writing browser automation tests, or testing user flows.