Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit de23d99

Browse files
committed
update bash cmd
1 parent c10a012 commit de23d99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/e2e/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ to set up a project.
132132
To run an e2e test on Android devices using Firebase Test Lab, use gradle commands to build an
133133
instrumentation test for Android, after creating `androidTest` as suggested in the last section.
134134

135-
```
135+
```bash
136136
pushd android
137+
flutter build apk
137138
./gradlew app:assembleAndroidTest
138139
./gradlew app:assembleDebug -Ptarget=<path_to_test>.dart
139140
popd
@@ -142,7 +143,7 @@ popd
142143
Upload the build apks Firebase Test Lab, making sure to replace <PATH_TO_KEY_FILE>,
143144
<PROJECT_NAME>, <RESULTS_BUCKET>, and <RESULTS_DIRECTORY> with your values.
144145

145-
```
146+
```bash
146147
gcloud auth activate-service-account --key-file=<PATH_TO_KEY_FILE>
147148
gcloud --quiet config set project <PROJECT_NAME>
148149
gcloud firebase test android run --type instrumentation \

0 commit comments

Comments
 (0)