·playwright-testing
</>

playwright-testing

mhagrelius/dotfiles

Web アプリの Playwright テストを作成、デバッグ、またはレビューするときに使用します。テストコードを書く前に。テストが不安定、遅い、または脆弱な場合。タイムアウト エラー、要素が見つからない、または競合状態が発生した場合。 getByRole、ロケーター、またはアサーションを使用する場合

15インストール·0トレンド·@mhagrelius

インストール

$npx skills add https://github.com/mhagrelius/dotfiles --skill playwright-testing

SKILL.md

Core principle: Test what users see and do. If a user can't find an element by its role or text, neither should your test.

Quality layers: Reliable (no flakes) → Fast (parallel, minimal waits) → Maintainable (survives refactors)

Philosophy: User-centric locators by default. Implementation details (test-ids, CSS selectors) are escape hatches, not first choices.

Web アプリの Playwright テストを作成、デバッグ、またはレビューするときに使用します。テストコードを書く前に。テストが不安定、遅い、または脆弱な場合。タイムアウト エラー、要素が見つからない、または競合状態が発生した場合。 getByRole、ロケーター、またはアサーションを使用する場合 ソース: mhagrelius/dotfiles。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/mhagrelius/dotfiles --skill playwright-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

playwright-testing とは?

Web アプリの Playwright テストを作成、デバッグ、またはレビューするときに使用します。テストコードを書く前に。テストが不安定、遅い、または脆弱な場合。タイムアウト エラー、要素が見つからない、または競合状態が発生した場合。 getByRole、ロケーター、またはアサーションを使用する場合 ソース: mhagrelius/dotfiles。

playwright-testing のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/mhagrelius/dotfiles --skill playwright-testing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/mhagrelius/dotfiles