File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -23,28 +23,32 @@ suites:
23
23
clearPackageData : true
24
24
useTestOrchestrator : true
25
25
devices :
26
- - id : Google_Pixel_5_13_real_us # Google Pixel 5 - api 33 (13)
26
+ - name : " .*"
27
+ platformVersion : " 13"
27
28
28
29
- name : " Android 12 Ui test (api 31)"
29
30
testOptions :
30
31
clearPackageData : true
31
32
useTestOrchestrator : true
32
33
devices :
33
- - id : Samsung_Galaxy_S22_Ultra_5G_real_us # Samsung Galaxy S22 Ultra 5G - api 31 (12)
34
+ - name : " .*"
35
+ platformVersion : " 12"
34
36
35
37
- name : " Android 11 Ui test (api 30)"
36
38
testOptions :
37
39
clearPackageData : true
38
40
useTestOrchestrator : true
39
41
devices :
40
- - id : Samsung_Galaxy_S10_Plus_11_real_us # Samsung Galaxy S10+ - api 30 (11)
42
+ - name : " .*"
43
+ platformVersion : " 11"
41
44
42
45
- name : " Android 10 Ui test (api 29)"
43
46
testOptions :
44
47
clearPackageData : true
45
48
useTestOrchestrator : true
46
49
devices :
47
- - id : OnePlus_7T_real_us # OnePlus 7T - api 29 (10)
50
+ - name : " .*"
51
+ platformVersion : " 10"
48
52
49
53
# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
50
54
artifacts :
You can’t perform that action at this time.
0 commit comments