android-e2e-testing-setup

Installation
SKILL.md

Android E2E Testing Setup

Sets up a lightweight smoke test using UI Automator 2.4 to verify the app launches without crashing.

Works with BOTH debug and release builds because UI Automator interacts with apps externally (doesn't require debuggable builds).

Prerequisites

  • Android project with Gradle
  • Minimum SDK 21+
  • Device or emulator available (MANDATORY)

Process

Step 1: Add Dependencies

Update app/build.gradle.kts:

Related skills
Installs
8
GitHub Stars
3
First Seen
Jan 27, 2026