takt/builtins/ja/facets/instructions/plan-e2e-test.md

12 lines
791 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

対象コードを分析し、不足しているE2Eテストを洗い出してください。
**注意:** Previous Responseがある場合は差し戻しのため、
その内容を踏まえてテスト計画を見直してください。
**やること:**
1. 対象機能の仕様・実装・既存E2Eテスト`e2e/specs/**/*.e2e.ts`)を読み、振る舞いを理解する
2. 既存E2Eテストのカバー範囲正常系・異常系・回帰観点を整理する
3. 不足しているE2Eケースを洗い出すシナリオ、期待結果、失敗時の観測点
4. 実行コマンドを明記する(`npm run test:e2e:mock` / 必要時 `npx vitest run e2e/specs/<target>.e2e.ts`
5. 実装者向けに、失敗解析→修正→再実行の手順を具体化する