flutter/packages/integration_test/example
Danny Tuppeny c8d620e665
Unpin test/test_core/test_api packages (#169198)
These packages were recently pinned (in
https://github.com/flutter/flutter/pull/168916) due to a bug
(https://github.com/dart-lang/test/issues/2498).

That bug was fixed and new versions of the test packages published. This
change unpins and lets them upgrade to the fixed version.
2025-05-22 23:15:08 +00:00
..
android Update Java Versions to 21 on CI (#165210) 2025-03-24 22:43:22 +00:00
integration_test [iOS] Add platform view to integration_test example (#164144) 2025-02-26 02:40:07 +00:00
ios iOS/macOS: Consistent Flutter copyright headers (#168390) 2025-05-07 00:09:28 +00:00
lib [iOS] Add platform view to integration_test example (#164144) 2025-02-26 02:40:07 +00:00
test_driver Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
web Remove <meta content="IE=Edge" http-equiv="X-UA-Compatible"> (#166252) 2025-03-31 16:03:56 +00:00
.gitignore [iOS] Add platform view to integration_test example (#164144) 2025-02-26 02:40:07 +00:00
pubspec.yaml Unpin test/test_core/test_api packages (#169198) 2025-05-22 23:15:08 +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