aves_mio18/.flutter/packages/integration_test/example
2026-04-14 09:53:02 +02:00
..
android first commit 2026-04-14 09:53:02 +02:00
integration_test first commit 2026-04-14 09:53:02 +02:00
ios first commit 2026-04-14 09:53:02 +02:00
lib first commit 2026-04-14 09:53:02 +02:00
test_driver first commit 2026-04-14 09:53:02 +02:00
web first commit 2026-04-14 09:53:02 +02:00
.gitignore first commit 2026-04-14 09:53:02 +02:00
pubspec.yaml first commit 2026-04-14 09:53:02 +02:00
README.md first commit 2026-04-14 09:53:02 +02: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