flutter/packages/integration_test/example
flutter-pub-roller-bot ead0a01bb9
Roll pub packages (#169865)
This PR was generated by `flutter update-packages --force-upgrade`.
2025-06-02 16:13:02 +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 Roll pub packages (#169865) 2025-06-02 16:13:02 +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