Back to Plugins

espresso_example

packages/espresso/example/README.md

latest326 B
Original Source

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