Add instructions to integration_test example README (#77090)

This commit is contained in:
John Ryan 2021-03-15 11:13:05 -07:00 committed by GitHub
parent 6ba9392d10
commit 71fb91621d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \