testing
Installation
SKILL.md
Testing – contentstack-android
When to use
- Adding tests under
contentstack/src/test/ - Debugging JaCoCo or unit-test-only failures
Instructions
Unit tests
- Prefer
testDebugUnitTestfor fast feedback; Robolectric enables Android APIs on JVM where configured.
Instrumentation
androidTestexists for on-device tests—run on emulator/CI when changing UI-adjacent or integration paths.