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.
dart-define
gradlew
1 parent 4aac3af commit 4e1ad59Copy full SHA for 4e1ad59
packages/integration_test/README.md
@@ -221,6 +221,13 @@ physical):
221
./gradlew app:connectedAndroidTest -Ptarget=`pwd`/../integration_test/foo_test.dart
222
```
223
224
+Note:
225
+To use `--dart-define` with `gradlew` you must `base64` encode all parameters,
226
+and pass them to gradle in a comma separated list:
227
+```bash
228
+./gradlew project:task -Pdart-defines="{base64(key=value)},[...]"
229
+```
230
+
231
## Firebase Test Lab
232
233
If this is your first time testing with Firebase Test Lab, you'll need to follow
0 commit comments