UNPKG

opencode-agent-kit

Version:

Multi-stack OpenCode agent toolkit — 33+ specialized AI agents, 200+ skills, 46 commands, 8 MCP servers (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube, and more)

24 lines (18 loc) 522 B
# Android Test Command Run Android tests with coverage. ## Usage ``` /android-test [type=all] ``` ## Test Types - `unit` — Run `./gradlew test` (JVM unit tests) - `instrumented` — Run `./gradlew connectedAndroidTest` (device/emulator required) - `all` — Run both unit + instrumented tests ## Coverage - Unit test coverage via JaCoCo - Min coverage target: 80% - Generate HTML report at `app/build/reports/` ## Verification - All tests pass (green) - No flaky tests - Edge states covered (loading, error, empty)