Skip to content

Commit be327bb

Browse files
authored
Update instructions on running integration_test (flutter#3871)
1 parent 39e0035 commit be327bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To run the integration tests using Flutter driver:
9191

9292
```console
9393
cd example
94-
flutter drive test_driver/<name_of_plugin_test>.dart
94+
flutter drive --driver test_driver/integration_test.dart --target integration_test/<name_of_plugin_test>.dart
9595
```
9696

9797
To run integration tests as instrumentation tests on a local Android device:

0 commit comments

Comments
 (0)