tree: 6b40473801534b4ead150c17a1d8d67b3a813e52 [path history] [tgz]
  1. lib/
  2. test_driver/
  3. web/
  4. pubspec.yaml
  5. README.md
dev/integration_tests/web_e2e_tests/README.md

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: