From 1b45089fe795765e0adce77f179b938d6e75abe6 Mon Sep 17 00:00:00 2001 From: Maurits van Beusekom Date: Mon, 10 May 2021 18:23:21 +0200 Subject: [PATCH] Update instructions on running integration_test --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: