Skip to content

Commit

Permalink
🚩 Switch to {Pixel2-28,Nexus9-25} x {en_US,in}
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Aug 27, 2020
1 parent 56b0ee9 commit 2693bbe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,12 @@ jobs:
apk-path: WordPress/build/outputs/apk/vanilla/debug/org.wordpress.android-vanilla-debug.apk
test-apk-path: WordPress/build/outputs/apk/androidTest/vanilla/debug/org.wordpress.android-vanilla-debug-androidTest.apk
test-targets: package org.wordpress.android.ui.screenshots
devices: |
model=blueline,version=28,orientation=portrait
model=gts3lltevzw,version=28,orientation=default
# devices: |
# model=blueline,version=28,orientation=portrait
# model=gts3lltevzw,version=28,orientation=default
# [Trial Limitation] Free plan I use to experiment with Firebase Test Lab has a quota of 10 tests/day
# locales: ar de_DE en_US es_ES fr_FR iw_IL in it_IT ja_JP ko_KR nl_NL pl_PL pt_BR ru_RU sr sv_SE th tr_TR vi zh_CN zh_TW
devices: model=Pixel2,version=28,orientation=portrait model=Nexus9,version=25,orientation=portrait
locales: en_US in
project: wpandroid-74b6c
timeout: 30m
Expand All @@ -320,7 +321,7 @@ jobs:
name: Download Raw Screenshots from Google Storage
command: |
TEST_BUCKET=$(cat log.txt | grep -o "gs://test\-lab\-.*/" | head -1)
bundle exec fastlane download_raw_screenshots bucket:"$TEST_BUCKET" phone:blueline-28 tenInch:gts3lltevzw-28
bundle exec fastlane download_raw_screenshots bucket:"$TEST_BUCKET" phone:Pixel2-28 tenInch:Nexus9-25
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit 2693bbe

Please sign in to comment.