# 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.

- Skill: `tomevault-io/run-tests-14` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/run-tests-14`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/run-tests-14/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/run-tests-14

---


# Run Tests Skill

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

## コマンド

```bash
# 単体テスト（推奨）
npm run test

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

# UIモード
npm run test:ui
```

## E2Eテスト

```bash
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](https://tomevault.io/claim/yui-synth-lab) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

