Browser Testing

Hand-driven end-to-end browser testing through the Playwright MCP server — navigating pages, filling forms, asserting HTTP responses, capturing screenshots for visual regression, checking responsive breakpoints and cross-browser behaviour, and recording codegen sessions. Use when a browser genuinely has to be driven interactively and no runnable suite covers the need — authoring e2e, screenshot, or visual-verification coverage where none exists, debugging a failure a suite already surfaced, or exploring a live page. It does not cover running a repository's existing suite. When the repo has a playwright.config file, a tests or e2e directory, or a test:e2e script, running that suite is the correct action and this skill is not required.

pfangueiro 765ed0d 12.9 KB Updated

File contents

pfangueiro/claude-code-agents/tree/main/.claude/skills/browser-testing commit 765ed0d15c

Frequently asked questions

npx skillmds@latest add pfangueiro/browser-testing