Test all pages for errors, missing elements, and broken interactions
/plugin marketplace add mwguerra/claude-code-plugins/plugin install e2e-test-specialist@mwguerra-marketplace<base-url> [--pages /path1,/path2] [--viewport desktop|tablet|mobile]# Test All Pages Systematically test all pages in the application for errors, missing elements, and broken interactions using Playwright MCP. ## Standard Test Plan Location **Plan file**: `tests/e2e-test-plan.md` This command reads the test plan from `tests/e2e-test-plan.md` to determine which pages to test. If the plan file doesn't exist, this command will automatically invoke the `e2e-test-plan` skill first to generate the plan before running tests. ## Usage ## Process ### Step -1: Test Plan Verification (REQUIRED FIRST) **CRITICAL**: Before testing any pages, check if the test ...