
from claude-code-blueprint22
Run end-to-end Playwright test suites or perform interactive browser walkthroughs to verify UI and user journeys for a project.
Run E2E tests or perform interactive browser-based verification using Playwright. The skill supports two modes: a Runner mode that executes the project's Playwright test suite and parses results (total/passed/failed/skipped, durations, failure summaries), and an Interactive mode that drives a browser for manual walkthroughs, snapshots, and screenshots for visual verification.
Use this skill when you need to: run the project's end-to-end tests from CI or locally, validate a failing test with detailed output and screenshots, or manually verify critical user journeys (login, dashboard, reports) via an interactive browser session. It is intended for devs running local servers and test suites (reads dev port from CLAUDE.md or package.json).
This skill is authored for code-focused agent runtimes (Claude Code / Codex-like tooling) and developer-oriented CLIs that can run Playwright and shell commands.
E2E testing skill for Claude Code that supports both Playwright CLI runner mode and interactive browser mode via MCP tools. Well-structured instructions with clear mode detection, pre-flight checks, and structured reporting. No bundled scripts — purely instructional SKILL.md. Static analysis only; no security concerns found.
Clean skill with no scripts. Instructions are thorough and well-organized. The localhost-only network check is safe. Reading .env credentials is a mild concern in shared environments but standard for E2E testing workflows.