tree: 7c4767cd75b0d3bd3e5bffab3d925ed912dac887 [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