This is a code generation assistant specifically designed to help you write Playwright tests through an interactive wizard. Rather than starting from scratch or copying boilerplate, it guides you through test creation with structured prompts that follow Playwright best practices. You'd reach for this when setting up new test suites or when you want consistent test patterns across your project without memorizing the API surface. The wizard approach means you answer questions about what you want to test, and it generates the corresponding Playwright code with proper selectors, assertions, and error handling already baked in.
claude mcp add --transport stdio io.github.oguzc-playwright-wizard-mcp -- npx -y playwright-wizard-mcp