espresso 0.4.0%2B14
SDKflutter
Platformandroid
Java classes for testing Flutter apps using Espresso. Allows driving Flutter widgets from a native Espresso test.
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:
flutter build apk --debug
./gradlew app:connectedAndroidTest