Store App Unit Tests
SkillDev toolsMain app unit testing patterns (BaseUnitTest, BDD naming, mockito-kotlin, AssertJ, StateFlow/LiveData capture, coroutine dispatchers). Use when writing, editing, exploring, debugging, or reviewing unit tests in the store management app. For POS (WooPos*) tests, use the `pos-tests` skill instead.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Store App Unit Tests skill
What this skill tells your AI
The instructions your AI receives, as published by woocommerce/woocommerce-android in .agents/skills/store-tests/SKILL.md and read by ahel’s review.
@docs/store-testing.md
Workflow
- Read the class under test to understand its dependencies, public API, and state management
- Find existing tests in the same package/feature for patterns to follow
- Determine test location: mirror main source path under
src/test/ - Write the test class following the conventions in the testing doc above
- Run the test:
./gradlew :WooCommerce:testWasabiDebugUnitTest --tests "*.ClassName"- For libs:
./gradlew :libs:<module>:testDebugUnitTest --tests "*.ClassName"
- For libs:
Signals
- GitHub stars
- 319
- Forks
- 146
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
store-tests- Source
- github.com/woocommerce/woocommerce-android