We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828f0d7 commit 060925bCopy full SHA for 060925b
karma.conf.js
@@ -85,16 +85,16 @@ module.exports = function (config) {
85
sl_safari: {
86
base: 'SauceLabs',
87
browserName: 'safari',
88
- platform: 'macOS 11.00',
89
- version: '14',
+ platform: 'macOS 10.15',
+ version: '13.1',
90
},
91
sl_ios_safari: {
92
93
deviceName: 'iPhone 11 Pro Max Simulator',
94
platformName: 'iOS',
95
- platformVersion: '14.0',
+ platformVersion: '13.0',
96
browserName: 'Safari',
97
- appiumVersion: '1.18.3',
+ appiumVersion: '1.15.0',
98
99
XXXsl_android_chrome: {
100
0 commit comments