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