flutter/dev/integration_tests/web_e2e_tests
2021-04-14 21:54:03 -07:00
..
lib Correct misspellings throughout the codebase (#79500) 2021-04-01 10:04:03 -07:00
test_driver Revert "Fix a legacy TODO (#77454) (#79061)" (#79959) 2021-04-07 12:24:22 -07:00
web Add web e2e to the flutter/flutter repo (#67693) 2020-10-09 12:24:36 -07:00
pubspec.yaml Shake widget inspector from non-debug builds (#80157) 2021-04-14 21:54:03 -07:00
README.md add links missed in the first pr (#67780) 2020-10-12 11:23:34 -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

For more details on running/downloading chromedriver, use the link.

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 Flutter Driver test on web use the link For more details on integration_test package link