commit | be327bbf19e81e411d0d0ea3b488b13bba6b55f4 | [log] [tgz] |
---|---|---|
author | Maurits van Beusekom <maurits@baseflow.com> | Tue May 11 00:04:49 2021 +0200 |
committer | GitHub <noreply@github.com> | Tue May 11 00:04:49 2021 +0200 |
tree | 8c481ad7899ef541fa8aa3c684c521a6ec07d104 | |
parent | 39e003541836d691e9d369d59db6c0d680ab28e4 [diff] |
Update instructions on running integration_test (#3871)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d11c6a..ed3dd79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md
@@ -91,7 +91,7 @@ ```console cd example -flutter drive test_driver/<name_of_plugin_test>.dart +flutter drive --driver test_driver/integration_test.dart --target integration_test/<name_of_plugin_test>.dart ``` To run integration tests as instrumentation tests on a local Android device: