flutter/packages/integration_test/example
2021-02-19 16:40:24 -08:00
..
android Add integration_test to integration tests build shard (#71934) 2020-12-09 13:07:36 -08:00
integration_test Reland integration_test NNBD (#75074) 2021-02-01 10:19:14 -08:00
ios Optionally include CocoaPods xcconfig (#73112) 2021-01-06 13:55:23 -08:00
lib
test_driver Reland integration_test NNBD (#75074) 2021-02-01 10:19:14 -08:00
web
.gitignore remove ephemeral files (#70818) 2020-11-19 10:03:09 -08:00
pubspec.yaml Update all packages and upgrade to path_provider 2.0.0-nullsafety (#76420) 2021-02-19 16:40:24 -08:00
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