aves_mio1/.flutter/packages/integration_test/example
FabioMich66 19a982ede6
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-03-05 15:51:30 +01:00
..
android first commit 2026-03-05 15:51:30 +01:00
integration_test first commit 2026-03-05 15:51:30 +01:00
ios first commit 2026-03-05 15:51:30 +01:00
lib first commit 2026-03-05 15:51:30 +01:00
test_driver first commit 2026-03-05 15:51:30 +01:00
web first commit 2026-03-05 15:51:30 +01:00
.gitignore first commit 2026-03-05 15:51:30 +01:00
pubspec.yaml first commit 2026-03-05 15:51:30 +01:00
README.md first commit 2026-03-05 15:51:30 +01: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