Skip to content

Commit

Permalink
Update run_android_testlabs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Dec 31, 2024
1 parent 97cd275 commit 22fbba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_test/run_android_testlabs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#If you want to find device model, version, using gcloud firebase test android models list
#add --device model=MODEL_NAME,version=OS_VERSION_IDS,locale=en,orientation=portrait
# --device model=redfin,version=30,locale=en_US,orientation=portrait \
# --device model=panther,version=33,locale=en_US,orientation=portrait \
# --device model=panther,version=33,locale=en_US,orientation=portrait \
gcloud firebase test android run \
--type instrumentation \
--app build/app/outputs/apk/prod/debug/app-prod-debug.apk \
--test build/app/outputs/apk/androidTest/prod/debug/app-prod-debug-androidTest.apk \
--app build/app/outputs/apk/appiumTest/debug/app-appiumTest-debug.apk \
--test build/app/outputs/apk/androidTest/appiumTest/debug/app-appiumTest-debug-androidTest.apk \
--device model=lynx,version=33,locale=en_US,orientation=portrait \
--num-flaky-test-attempts=2 \
--timeout 10m \
Expand Down

0 comments on commit 22fbba2

Please sign in to comment.