Skip to content

Commit

Permalink
chore(make): update devices
Browse files Browse the repository at this point in the history
SUITEDEV-36807

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: LasOri <[email protected]>
  • Loading branch information
3 people committed Oct 18, 2024
1 parent 5cd60c0 commit b235f0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test-android-firebase-emulator: check-env ## run Android Instrumented tests on e
--app ./sample/build/outputs/apk/androidTest/debug/sample-debug-androidTest.apk \
--test ./$(MODULE_NAME)/build/outputs/apk/androidTest/debug/$(MODULE_NAME)-debug-androidTest.apk \
--device model=Pixel2.arm,version=28,locale=en,orientation=portrait \
--device model=MediumPhone.arm,version=30,locale=en,orientation=portrait \
--device model=Pixel2.arm,version=30,locale=en,orientation=portrait \
--device model=MediumPhone.arm,version=34,locale=en,orientation=portrait \
--client-details matrixLabel="Android Emarsys SDK - virtual devices"

Expand All @@ -70,9 +70,10 @@ test-android-firebase: check-env ## run Android Instrumented tests on real devic
--type instrumentation \
--app ./sample/build/outputs/apk/androidTest/debug/sample-debug-androidTest.apk \
--test ./$(MODULE_NAME)/build/outputs/apk/androidTest/debug/$(MODULE_NAME)-debug-androidTest.apk \
--device model=Pixel2.arm,version=29,locale=en,orientation=portrait \
--device model=redfin,version=30,locale=en,orientation=portrait \
--device model=q2q,version=31,locale=en,orientation=portrait \
--device model=oriole,version=32,locale=en,orientation=portrait \
--device model=caymanlm,version=31,locale=en,orientation=portrait \
--device model=bluejay,version=32,locale=en,orientation=portrait \
--device model=felix,version=33,locale=en,orientation=portrait \
--client-details matrixLabel="Android Emarsys SDK - physical devices"

Expand Down

0 comments on commit b235f0f

Please sign in to comment.