Locatorセレクタ実装パターン集。新しいPage Objectを作るとき、Locatorの具体的な書き方で迷ったとき、UIライブラリ固有要素を扱うときに使用。設計思想と優先順位は .claude/rules/locator-principles.md を参照。
Locator selector implementation pattern collection. Use when creating a new Page Object, when unsure how to write a specific Locator, or when handling UI-library-specific elements. For design philosophy and priorities, see .claude/rules/locator-principles.md.
E2Eコードレビュー用。PR確認・品質チェック時に使用。MUST FIX/SHOULD FIXチェックリスト・エラーメッセージ別対処法・.catch隠蔽問題の検出方法・FAQを含む。禁止事項の詳細は .claude/rules/prohibited-patterns.md を参照。
E2Eテスト作成用。テスト追加・Actions/PageObject実装・ユーザーストーリーからのテスト生成時に使用。SOP・Fixture定義・待機パターン・テストデータ設計・JSDocテンプレートを含む。外部認証フロー実装例はauth0-flow.md・失敗パターンはfailure-patterns.mdを参照。
For E2E code review. Use when reviewing PRs or checking quality. Includes MUST FIX/SHOULD FIX checklists, remedies by error message, how to detect the .catch concealment problem, and an FAQ. For details on prohibited patterns, see…
For E2E test creation. Use when adding tests, implementing Actions/Page Objects, or generating tests from user stories. Includes the SOP, Fixture definitions, wait patterns, test data design, and the JSDoc template. See auth0-flow.md for external auth flow…
For E2E environment setup. Use for new setup, Playwright installation, or converting an existing project to the 4-layer architecture. Includes Definition of Done, minimal skeleton, Fixture/constants templates, coding conventions, and conversion steps from the…
E2E環境構築用。新規セットアップ・Playwright導入・既存プロジェクトの4層アーキテクチャ変換時に使用。Definition of Done・最小骨格・Fixture/constants雛形・コーディング規約・Playwrightデフォルトからの変換手順を含む。