Commit f9e3d15 1 parent 4be5571 commit f9e3d15 Copy full SHA for f9e3d15
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ if (process.env.SAUCE_ACCESS_KEY) {
53
53
browserVersion : "latest" ,
54
54
"moz:debuggerAddress" : true
55
55
} ,
56
- sl_safari_12_1 : {
56
+ sl_safari_latest : {
57
57
base : "SauceLabs" ,
58
58
browserName : "safari" ,
59
- platform : "macOS 10.13 " ,
60
- version : "12.1 "
59
+ platformName : "macOS 14 " ,
60
+ browserVersion : "17 "
61
61
} ,
62
62
sl_edge_latest : {
63
63
base : "SauceLabs" ,
@@ -68,9 +68,10 @@ if (process.env.SAUCE_ACCESS_KEY) {
68
68
sl_ios_latest : {
69
69
base : "SauceLabs" ,
70
70
browserName : "safari" ,
71
- platform : "ios" ,
72
- device : "iPhone X Simulator" ,
73
- version : "latest"
71
+ platformName : "iOS" ,
72
+ deviceName : "iPhone X Simulator" ,
73
+ browserVersion : "latest" ,
74
+ w3c : true
74
75
} ,
75
76
sl_android_9 : {
76
77
base : "SauceLabs" ,
You can’t perform that action at this time.
0 commit comments