We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e0035 commit be327bbCopy full SHA for be327bb
CONTRIBUTING.md
@@ -91,7 +91,7 @@ To run the integration tests using Flutter driver:
91
92
```console
93
cd example
94
-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
95
```
96
97
To run integration tests as instrumentation tests on a local Android device:
0 commit comments