flutter/packages/integration_test/example
2020-11-13 19:57:15 +08:00
..
android
integration_test [integration_test] Add a run method for proper reporting of test results (#70075) 2020-11-13 19:57:15 +08:00
ios
lib
macos
test_driver
web
.gitignore
pubspec.yaml Reland migration (#69996) 2020-11-08 20:32:04 -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