mirror of
https://github.com/flutter/flutter.git
synced 2026-01-30 07:14:13 +08:00
* [web] move e2e tests from flutter/engine to flutter/flutter * flutter update-packages --force-upgrade
Flutter Web integration tests
To run the tests in this package download the chromedriver matching the
version of Chrome. To find out the version of your Chrome installation visit chrome://version.
Start chromedriver using the following command:
chromedriver --port=4444
Here's an example of running an integration test:
flutter drive --target=test_driver/text_editing_integration.dart -d web-server --browser-name=chrome
More resources:
- chromedriver: https://chromedriver.chromium.org/getting-started
- FlutterDriver: https://github.com/flutter/flutter/wiki/Running-Flutter-Driver-tests-with-Web
package:integration_test: https://pub.dev/packages/integration_test