mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 19:28:51 +08:00
* adding tests that uses integration_test (e2e) package to flutter * change the package name for the import * fix licenses. fix README commands. add links * adding dependency change auto generated by the tool * more analyzer error fixes
Flutter for Web Integration testing with integration_test package
These are web tests which are using integration_test (aka e2e) package. In order to run them locally, run chromedriver:
./chromedriver --port=4444
Later use the following command:
flutter drive --target=test_driver/text_editing_integration.dart -d web-server --browser-name=chrome
For more details on running a driver test on web use the link
For more details on integration_test package link