diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d11c6ad59dc..ed3dd7932d0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ To run the integration tests using Flutter driver: ```console cd example -flutter drive test_driver/.dart +flutter drive --driver test_driver/integration_test.dart --target integration_test/.dart ``` To run integration tests as instrumentation tests on a local Android device: