android-test-structure
Installation
SKILL.md
Android Test Structure
Creates androidTest directory structure with base test class and utilities for Espresso testing.
Prerequisites
- Android project with Gradle
- Espresso dependencies added (run
android-espresso-dependenciesfirst) - Package name known
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
| project_path | Yes | . | Android project root |
| package_name | Yes | - | App package (e.g., com.example.app) |