pairwise-test-coverage とは?
貪欲なペアワイズ行列生成器を使用した組み合わせテスト。ほぼ最小限のテスト ケースのすべての因子ペアをカバーします。 ソース: apankov1/quality-engineering。
貪欲なペアワイズ行列生成器を使用した組み合わせテスト。ほぼ最小限のテスト ケースのすべての因子ペアをカバーします。
コマンドラインで pairwise-test-coverage AI スキルを開発環境にすばやくインストール
ソース: apankov1/quality-engineering。
Combinatorial testing that covers all factor pairs in near-minimal test cases.
When to use: Multi-factor systems where exhaustive testing is impractical, state machines, retry/recovery logic, configuration matrices, compatibility testing, any code with 3+ interacting parameters.
When not to use: Single-factor tests (just test each value), two-factor systems (test all combinations directly), UI snapshot tests, type-only changes.
貪欲なペアワイズ行列生成器を使用した組み合わせテスト。ほぼ最小限のテスト ケースのすべての因子ペアをカバーします。 ソース: apankov1/quality-engineering。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/apankov1/quality-engineering --skill pairwise-test-coverage貪欲なペアワイズ行列生成器を使用した組み合わせテスト。ほぼ最小限のテスト ケースのすべての因子ペアをカバーします。 ソース: apankov1/quality-engineering。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/apankov1/quality-engineering --skill pairwise-test-coverage インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/apankov1/quality-engineering