| name | test |
| description | Run tests for Keychat packages |
| argument-hint | [test-file|package] |
| disable-model-invocation | true |
| allowed-tools | Bash(melos *), Bash(flutter test *) |
Run tests for the Keychat project.
Arguments
$ARGUMENTS - Optional: specific test file path or package name
Test Commands
Run all tests
melos run test:all
Run Flutter tests only
melos run test:flutter
Run Dart tests only
melos run test:dart
Run a specific test file
cd packages/app
flutter test $ARGUMENTS
Workflow
- If no arguments provided, run
melos run test:all
- If a file path is provided (ends with
.dart), run that specific test
- Report test results clearly, including any failures