Skip to content

Commit fe10f05

Browse files
authored
UI tests on saucelabs are now selected based on OS version only (#2867)
* ui tests on saucelabs now are selected based on OS version only
1 parent 87b3774 commit fe10f05

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,32 @@ suites:
2323
clearPackageData: true
2424
useTestOrchestrator: true
2525
devices:
26-
- id: Google_Pixel_5_13_real_us # Google Pixel 5 - api 33 (13)
26+
- name: ".*"
27+
platformVersion: "13"
2728

2829
- name: "Android 12 Ui test (api 31)"
2930
testOptions:
3031
clearPackageData: true
3132
useTestOrchestrator: true
3233
devices:
33-
- id: Samsung_Galaxy_S22_Ultra_5G_real_us # Samsung Galaxy S22 Ultra 5G - api 31 (12)
34+
- name: ".*"
35+
platformVersion: "12"
3436

3537
- name: "Android 11 Ui test (api 30)"
3638
testOptions:
3739
clearPackageData: true
3840
useTestOrchestrator: true
3941
devices:
40-
- id: Samsung_Galaxy_S10_Plus_11_real_us # Samsung Galaxy S10+ - api 30 (11)
42+
- name: ".*"
43+
platformVersion: "11"
4144

4245
- name: "Android 10 Ui test (api 29)"
4346
testOptions:
4447
clearPackageData: true
4548
useTestOrchestrator: true
4649
devices:
47-
- id: OnePlus_7T_real_us # OnePlus 7T - api 29 (10)
50+
- name: ".*"
51+
platformVersion: "10"
4852

4953
# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
5054
artifacts:

0 commit comments

Comments
 (0)