android-additional-tests
Installation
SKILL.md
Android Additional Tests (Optional)
⚠️ This skill is OPTIONAL. The basic E2E testing setup (android-e2e-testing-setup) already includes a smoke test that validates the app launches without crashing.
Use this skill when you want to add more comprehensive tests beyond the smoke test:
- Navigation tests
- User flow tests
- Screen-specific tests
- Integration tests
Prerequisites
- E2E testing setup complete (android-e2e-testing-setup)
- Smoke test passing
- Package name and main activity known