Locatorセレクタ実装パターン集。新しいPage Objectを作るとき、Locatorの具体的な書き方で迷ったとき、UIライブラリ固有要素を扱うときに使用。設計思想と優先順位は .claude/rules/locator-principles.md を参照。
Mov-ish/structured-playwright
SkillsMP は Mov-ish/structured-playwright から 8 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
- 記録された最新のソース活動
- SkillsMP カタログ更新
- 収集済み skills
- 8
- GitHub スター
- 4
- GitHub フォーク
- 0
このリポジトリの skills
収集済み skill 8 件中 8 件を表示しています。
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デフォルトからの変換手順を含む。