Skip to content

Commit de7ab6f

Browse files
authored
add ui tests devices on Saucelabs (#2234)
* added Android 10 and 11, other than the already setup Android 12, to Saucelabs devices for ui tests
1 parent e2ea31c commit de7ab6f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.sauce/sentry-uitest-android-ui.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ espresso:
1414
testApp: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/androidTest/release/sentry-uitest-android-release-androidTest.apk
1515
suites:
1616

17-
- name: "Android 12 (api 31)"
17+
- name: "Android 12 Ui test (api 31)"
1818
devices:
1919
- id: Samsung_Galaxy_S22_Ultra_5G_real_us # Samsung Galaxy S22 Ultra 5G - api 31 (12)
2020

21+
- name: "Android 11 Ui test (api 30)"
22+
devices:
23+
- id: OnePlus_9_Pro_real_us # OnePlus 9 Pro - api 30 (11)
24+
25+
- name: "Android 10 Ui test (api 29)"
26+
devices:
27+
- id: OnePlus_7_Pro_real # OnePlus 7 Pro - api 29 (10)
28+
2129
# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
2230
artifacts:
2331
download:

0 commit comments

Comments
 (0)