672 B
672 B
Analyze the target code and identify missing E2E tests.
Note: If a Previous Response exists, this is a replan due to rejection. Revise the test plan taking that feedback into account.
Actions:
- Read target features, implementation, and existing E2E specs (
e2e/specs/**/*.e2e.ts) to understand behavior - Summarize current E2E coverage (happy path, failure path, regression points)
- Identify missing E2E scenarios with expected outcomes and observability points
- Specify execution commands (
npm run test:e2e:mockand, when needed,npx vitest run e2e/specs/<target>.e2e.ts) - Provide concrete guidance for failure analysis → fix → rerun workflow