Unverified Commit fda735cf authored by nturgut's avatar nturgut Committed by GitHub

add links missed in the first pr (#67780)

parent 18795b47
......@@ -3,14 +3,16 @@
These are web tests which are using `integration_test` (aka e2e) package. In order to run them locally, run `chromedriver`:
```
./chromedriver --port=4444
chromedriver --port=4444
```
For more details on running/downloading chromedriver, use the [link](https://chromedriver.chromium.org/getting-started).
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](https://github.com/flutter/flutter/wiki/Running-Flutter-Driver-tests-with-Web)
For more details on running a Flutter Driver test on web use the [link](https://github.com/flutter/flutter/wiki/Running-Flutter-Driver-tests-with-Web)
For more details on `integration_test` package [link](https://pub.dev/packages/integration_test)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment