tree: 3ffa92f2b651ce19c6cde785d9266c4963ca3544 [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:

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