blob: edb498a11338d07100ff4864b281370cccd02349 [file] [log] [blame] [view]
# espresso_example
Demonstrates how to use the espresso package.
The espresso package only runs tests on Android. The example runs on iOS, but this is only to keep our continuous integration bots green.
## Getting Started
To run the Espresso tests:
```java
flutter build apk --debug
./gradlew app:connectedAndroidTest
```