flutter/dev/integration_tests/web_e2e_tests
2021-08-16 15:32:05 -07:00
..
lib [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
test_driver [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
web Add web e2e to the flutter/flutter repo (#67693) 2020-10-09 12:24:36 -07:00
pubspec.yaml Deferred components integration test app (#88030) 2021-08-16 15:32:05 -07:00
README.md [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00

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: