tree: 198000c53a7dde12a046b7f652d607d50c5cfbc6 [path history] [tgz]
  1. android/
  2. integration_test/
  3. ios/
  4. lib/
  5. test_driver/
  6. web/
  7. .gitignore
  8. pubspec.yaml
  9. README.md
packages/integration_test/example/README.md

integration_test_example

Demonstrates how to use the package:integration_test.

To run integration_test/example_test.dart,

Android / iOS

flutter drive \
  --driver=test_driver/integration_test.dart \
  --target=integration_test/example_test.dart

Web

In one shell, run Chromedriver (download here):

chromedriver --port 8444

Then, in another shell, run flutter drive:

flutter drive \
  --driver=test_driver/integration_test.dart \
  --target=integration_test/example_test.dart \
  -d web-server