What problem does it solve?
This Skill eliminates the tedious manual work of setting up Playwright end-to-end smoke tests from scratch, automatically configuring the test suite to match your project's specific tech stack and dev server setup.
Core Features & Use Cases
- Stack-Aware Configuration: Automatically detects your project's framework (Next.js, SvelteKit, etc.) to set the correct dev server baseURL in the Playwright config.
- Prebuilt Smoke Tests: Generates 4 standard end-to-end tests covering page load success, h1 visibility, console error detection, and broken image checks out of the box.
- Zero-Hassle Runner: Includes a shell script that installs Playwright and required browsers on first run, eliminating manual dependency setup.
- Use Case: Ideal for teams preparing for a product launch or adding e2e coverage to an existing project that lacks any browser testing infrastructure.
Quick Start
Use the qa skill to generate a ready-to-run Playwright end-to-end smoke test suite tailored to your project's tech stack.