File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 4242 run : make assembleUiTests
4343
4444 - name : Install SauceLabs CLI
45- uses : saucelabs/saucectl-run-action@39e4f0666ca8ecb4b60847213c6e0fbd6a0c2bd8 # pin@v3
45+ uses : saucelabs/saucectl-run-action@39e4f0666ca8ecb4b60847213c6e0fbd6a0c2bd8 # pin@v4.3.0
4646 env :
4747 GITHUB_TOKEN : ${{ github.token }}
4848 with :
Original file line number Diff line number Diff line change @@ -11,45 +11,37 @@ sauce:
1111 - android
1212
1313defaults :
14- timeout : 40m
14+ timeout : 45m
1515
1616espresso :
1717 app : ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/release/sentry-uitest-android-release.apk
1818 testApp : ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/androidTest/release/sentry-uitest-android-release-androidTest.apk
1919suites :
2020
21- - name : " Android 13 Ui test (api 33 )"
21+ - name : " Android 14 Ui test (api 34 )"
2222 testOptions :
2323 clearPackageData : true
2424 useTestOrchestrator : true
2525 devices :
2626 - name : " .*"
27- platformVersion : " 13 "
27+ platformVersion : " 14 "
2828
29- - name : " Android 12 Ui test (api 31 )"
29+ - name : " Android 13 Ui test (api 33 )"
3030 testOptions :
3131 clearPackageData : true
3232 useTestOrchestrator : true
3333 devices :
3434 - name : " .*"
35- platformVersion : " 12 "
35+ platformVersion : " 13 "
3636
37- - name : " Android 11 Ui test (api 30 )"
37+ - name : " Android 11 Ui test (api 31 )"
3838 testOptions :
3939 clearPackageData : true
4040 useTestOrchestrator : true
4141 devices :
4242 - name : " .*"
4343 platformVersion : " 11"
4444
45- - name : " Android 10 Ui test (api 29)"
46- testOptions :
47- clearPackageData : true
48- useTestOrchestrator : true
49- devices :
50- - name : " .*"
51- platformVersion : " 10"
52-
5345# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
5446artifacts :
5547 download :
You can’t perform that action at this time.
0 commit comments