Unverified Commit 71fb9162 authored by John Ryan's avatar John Ryan Committed by GitHub

Add instructions to integration_test example README (#77090)

parent 6ba9392d
......@@ -4,7 +4,7 @@ Demonstrates how to use the `package:integration_test`.
To run `integration_test/example_test.dart`,
Android / iOS:
## Android / iOS
```sh
flutter drive \
......@@ -12,7 +12,16 @@ flutter drive \
--target=integration_test/example_test.dart
```
Web:
## Web
In one shell, run Chromedriver ([download
here](https://chromedriver.chromium.org/downloads)):
```
chromedriver --port 8444
```
Then, in another shell, run `flutter drive`:
```sh
flutter drive \
......
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