Test all pages and flows for each user role, verifying proper access control
/plugin marketplace add mwguerra/claude-code-plugins/plugin install e2e-test-specialist@mwguerra-marketplace<base-url> [--roles admin,user,guest] [--credentials path/to/credentials.json]# Role-Based Testing Test all pages and flows for each user role using Playwright MCP. Verifies proper access control and role-specific functionality. ## 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 roles to test and their credentials. 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 testin...