tree: df73d8e1799bc4544f07b04a5f520ea75191cd3b [path history] [tgz]
  1. android/
  2. integration_test/
  3. ios/
  4. lib/
  5. macos/
  6. test_driver/
  7. web/
  8. .gitignore
  9. pubspec.yaml
  10. 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