From everything-claude-code-mobile
Runs Android unit and instrumentation tests with optional module targeting and coverage reporting. Invokes mobile-tdd-guide for test-driven development.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code-mobile:android-testThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Android Test Command Run tests and verify coverage. ## Usage ## Quick Commands
Run tests and verify coverage.
/android-test
/android-test :feature:home
/android-test --coverage
# All unit tests
./gradlew test
# Instrumented tests
./gradlew connectedAndroidTest
# With coverage
./gradlew koverHtmlReport
npx claudepluginhub ahmed3elshaer/everything-claude-code-mobile --plugin everything-claude-code-mobile/SKILLRuns Gradle wrapper tasks (e.g., test, lint, assemble) from android/ subdirectory for Android validation and builds. Saves long output to scratch/. Use as building block for broader workflows.
/testExecutes unit, integration, or E2E tests on targets, generates reports and coverage metrics. Supports --watch mode and --fix for auto-fixes.
/test-coverageAnalyzes test coverage using tools for JavaScript, Python, Java, C#, Ruby; generates reports, identifies gaps, and recommends new tests.
/testExecutes unit, integration, or e2e tests with coverage analysis, quality metrics, failure diagnostics, and optional watch mode or auto-fixes.