Run Tests

Run and validate tests for the Yui Protocol. Use after code changes, bug fixes, or when verifying functionality. Use when this capability is needed.

tomevault-io Updated

File contents

Run Tests Skill

テストを実行して結果を検証するスキル。

コマンド

# 単体テスト(推奨)
npm run test

# カバレッジ付き
npm run test:coverage

# UIモード
npm run test:ui

E2Eテスト

npm run test:console
npm run test:system
npm run test:progression

失敗時の対応

  1. エラーメッセージを確認
  2. 関連するソースファイルを読む
  3. テストファイル(*.test.ts)を確認
  4. 修正後、再度テスト実行

テストファイルの場所

  • src/**/*.test.ts - 単体テスト
  • selenium-tests/*.cjs - E2Eテスト

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/yui-synth-lab--yui-protocol--run-tests commit 580546e047

Frequently asked questions

npx skillmds@latest add tomevault-io/run-tests-14