flutter/packages/integration_test/example
2021-01-06 13:55:23 -08:00
..
android Add integration_test to integration tests build shard (#71934) 2020-12-09 13:07:36 -08:00
integration_test [integration_test] Reland add a run method for proper reporting of test results (#70513) 2020-11-13 19:39:05 -08:00
ios Optionally include CocoaPods xcconfig (#73112) 2021-01-06 13:55:23 -08:00
lib Move package:integration_test to flutter/flutter (#69622) 2020-11-05 17:28:47 -08:00
test_driver Move package:integration_test to flutter/flutter (#69622) 2020-11-05 17:28:47 -08:00
web Move package:integration_test to flutter/flutter (#69622) 2020-11-05 17:28:47 -08:00
.gitignore remove ephemeral files (#70818) 2020-11-19 10:03:09 -08:00
pubspec.yaml update cupertino icons to 1.0.2 (#72420) 2020-12-16 12:03:51 -08:00
README.md Move package:integration_test to flutter/flutter (#69622) 2020-11-05 17:28:47 -08:00

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