·frontend-testing
</>

frontend-testing

DOM テスト ライブラリを使用してフロントエンド UI をテストするとき。動作優先クエリ、userEvent フロー、非同期パターン。

6インストール·0トレンド·@mintuz

インストール

$npx skills add https://github.com/mintuz/claude-plugins --skill frontend-testing

frontend-testing のインストール方法

コマンドラインで frontend-testing AI スキルを開発環境にすばやくインストール

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

ソース: mintuz/claude-plugins。

Framework-agnostic DOM Testing Library patterns for behavior-driven testing. For React-specific patterns (renderHook, context, components), load the react-testing skill. For TDD workflow (RED-GREEN-REFACTOR), load the tdd skill.

Testing Library exists to solve a fundamental problem: tests that break when you refactor (false negatives) and tests that pass when bugs exist (false positives).

Kent C. Dodds principle: "The more your tests resemble the way your software is used, the more confidence they can give you."

DOM テスト ライブラリを使用してフロントエンド UI をテストするとき。動作優先クエリ、userEvent フロー、非同期パターン。 ソース: mintuz/claude-plugins。

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/mintuz/claude-plugins --skill frontend-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-22
更新日
2026-03-10

Browse more skills from mintuz/claude-plugins

クイックアンサー

frontend-testing とは?

DOM テスト ライブラリを使用してフロントエンド UI をテストするとき。動作優先クエリ、userEvent フロー、非同期パターン。 ソース: mintuz/claude-plugins。

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

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

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

https://github.com/mintuz/claude-plugins