flutter/packages/integration_test/example
2025-01-30 15:26:56 +00:00
..
android [Android] Add .cxx directories to app template .gitignore (#161069) 2025-01-07 18:09:49 +00:00
integration_test Implement golden-file matching for integration_test on Android and iOS devices (#160484) 2024-12-28 19:48:20 +00:00
ios Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
lib Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test_driver Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
web Migrate apple-mobile-web-* to mobile-web-*. (#154964) 2024-09-11 00:39:51 +00:00
.gitignore integration_test: Add gitignore of golden image (#161404) 2025-01-09 23:36:02 +00:00
pubspec.yaml Roll package:vm_service to 15.0.0 and package:leak_tracker to 10.0.9 (#162325) 2025-01-30 15:26:56 +00:00
README.md Added missing code block language in docs (#147481) 2024-05-01 14:44:27 +00: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