flutter/packages/integration_test/example
2021-04-19 20:19:03 -07:00
..
android Standardize how Java8 is set in gradle files (#80600) 2021-04-19 20:19:03 -07:00
integration_test Reland integration_test NNBD (#75074) 2021-02-01 10:19:14 -08:00
ios Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
lib Remove ignores that are not ignoring anything (#78669) 2021-03-23 18:46:04 -07:00
test_driver Align more closely with package:test (#77118) (#78343) 2021-03-16 13:58:02 -07: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 Shake widget inspector from non-debug builds (#80157) 2021-04-14 21:54:03 -07:00
README.md Add instructions to integration_test example README (#77090) 2021-03-15 11:13:05 -07: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

In one shell, run Chromedriver (download here):

chromedriver --port 8444

Then, in another shell, run flutter drive:

flutter drive \
  --driver=test_driver/integration_test.dart \
  --target=integration_test/example_test.dart \
  -d web-server