Test complete user flows end-to-end (login, registration, checkout, etc.)
/plugin marketplace add mwguerra/claude-code-plugins/plugin install e2e-test-specialist@mwguerra-marketplace<base-url> [--flows login,register,checkout] [--role user]# Test User Flows Test complete user flows end-to-end using Playwright MCP. Executes multi-step journeys through the application. ## 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 flows 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 flows, check if the test plan exists....