Store App Unit Tests

SkillDev tools

Main 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.

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

  1. Read the class under test to understand its dependencies, public API, and state management
  2. Find existing tests in the same package/feature for patterns to follow
  3. Determine test location: mirror main source path under src/test/
  4. Write the test class following the conventions in the testing doc above
  5. Run the test: ./gradlew :WooCommerce:testWasabiDebugUnitTest --tests "*.ClassName"
    • For libs: ./gradlew :libs:<module>:testDebugUnitTest --tests "*.ClassName"

Signals

GitHub stars
319
Forks
146
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
store-tests
Source
github.com/woocommerce/woocommerce-android