Run tests for the project
# Run Tests プロジェクトのテストを実行します。 ## 手順 1. プロジェクトのテストフレームワークを検出します: - package.json の scripts を確認 - テスト設定ファイルを確認 (jest.config, vitest.config, etc.) 2. 適切なテストコマンドを実行します: - `npm test` - `npm run test` - `pnpm test` - etc. 3. テスト結果を報告します ## テストタイプ - **ユニットテスト**: 個別の関数・コンポーネント - **統合テスト**: 複数のモジュール - **E2Eテスト**: エンドツーエンド ## 出力形式
`/project:test <COMPONENT_OR_FEATURE>`
Manual UI testing with Chrome browser - explore your app while errors are captured
Write tests for code using test-driven development principles
测试策略协调员,全面测试规划和实施
Execute tests, generate test reports, and maintain test coverage