File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9999 saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --emulator name="Android GoogleApi Emulator,platformVersion=12.0"
100100 # oldest Android version
101101 saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --emulator name="Android GoogleApi Emulator,platformVersion=5.1"
102- # real device
102+ # recent real device
103103 saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --device name="Samsung_Galaxy_S20_FE_5G_backtrace_us"
104+ # oldest real device (aiming for armv7 / 32bit)
105+ saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --device name=".*,platformVersion=5.1.1"
104106 # --device name=".*,platformVersion=6.0.1"
105107 # --device name="Samsung_Galaxy_S20_FE_5G_backtrace_us"
106108 # --device name="Samsung_Galaxy_S22_Ultra_5G_backtrace_us"
You can’t perform that action at this time.
0 commit comments