POS Unit Tests
@docs/pos-testing.md
Workflow
- Read the class under test to understand its dependencies and state management
- Find existing tests in the same package for patterns to follow
- Test location: mirror main source path under
src/test/withinui/woopos/ - Write the test class following the POS conventions in the testing doc above
- Run the test:
./gradlew :WooCommerce:testWasabiDebugUnitTest --tests "*.ClassName"