Run comprehensive E2E tests with Playwright - test all pages, all roles, all flows in a visible browser
/plugin marketplace add mwguerra/claude-code-plugins/plugin install e2e-test-specialist@mwguerra-marketplace<base-url> [--roles role1,role2] [--viewport desktop|tablet|mobile] [--headless]# Comprehensive E2E Test Run comprehensive end-to-end tests using Playwright MCP. This command tests all pages, all user roles, and all critical flows in a visible browser. ## Standard Test Plan Location **Plan file**: `tests/e2e-test-plan.md` This command reads the test plan from `tests/e2e-test-plan.md`. If the plan file doesn't exist, this command will automatically invoke the `/e2e-test-specialist:plan` command first to generate the plan before running tests. ## Usage ## Process ### Phase 0: Test Plan Verification (REQUIRED FIRST) **CRITICAL**: Before any testing, check if the...