flutter/dev/integration_tests/web_e2e_tests
2020-10-12 09:50:30 -07:00
..
lib Add web e2e to the flutter/flutter repo (#67693) 2020-10-09 12:24:36 -07:00
test_driver Add web e2e to the flutter/flutter repo (#67693) 2020-10-09 12:24:36 -07:00
web Add web e2e to the flutter/flutter repo (#67693) 2020-10-09 12:24:36 -07:00
pubspec.yaml Bump meta to 1.3.0-nullsafety.4 (#67744) 2020-10-12 09:50:30 -07:00
README.md Add web e2e to the flutter/flutter repo (#67693) 2020-10-09 12:24:36 -07:00

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