tree: 95fe56e369d438f42fe23f16034027e210fade8b [path history] [tgz]
  1. android/
  2. lib/
  3. test_driver/
  4. .gitignore
  5. .metadata
  6. pubspec.yaml
  7. README.md
packages/espresso/example/README.md

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