Skip to content

Commit 5e748e1

Browse files
authored
chore: Fix the Azure DevOps pipeline (#132)
- Downgrade the version of karma-sauce-launcher to match the isomorphic-git repo - Use valid SauceLab configurations for Safari on macOS and iOS
1 parent 9eb7192 commit 5e748e1

File tree

3 files changed

+971
-4902
lines changed

3 files changed

+971
-4902
lines changed

karma.conf.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ module.exports = function (config) {
8585
sl_safari: {
8686
base: 'SauceLabs',
8787
browserName: 'safari',
88-
platform: 'macOS 10.15',
89-
version: '13.1',
88+
platform: 'macOS 11.00',
89+
version: '14',
9090
},
9191
sl_ios_safari: {
9292
base: 'SauceLabs',
9393
deviceName: 'iPhone 11 Pro Max Simulator',
9494
platformName: 'iOS',
95-
platformVersion: '13.0',
95+
platformVersion: '14.0',
9696
browserName: 'Safari',
97-
appiumVersion: '1.15.0',
97+
appiumVersion: '1.18.3',
9898
},
9999
XXXsl_android_chrome: {
100100
base: 'SauceLabs',

0 commit comments

Comments
 (0)