Skip to content

Commit 5f26496

Browse files
committed
Update Sauce Labs testing platforms
1 parent 9ebc11b commit 5f26496

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

karma.conf.ci.js

+8-2
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,21 @@ module.exports = function(config) {
6262
platform: 'OS X 10.11',
6363
version: '9'
6464
},
65+
slSafari10: {
66+
base: 'SauceLabs',
67+
browserName: 'safari',
68+
platform: 'OS X 10.11',
69+
version: '10'
70+
},
6571
slOpera: {
6672
base: 'SauceLabs',
6773
browserName: 'opera'
6874
},
69-
slEdge20: {
75+
slEdge14: {
7076
base: 'SauceLabs',
7177
browserName: 'microsoftedge',
7278
platform: 'Windows 10',
73-
version: '20.10240'
79+
version: '14.14393'
7480
},
7581
slIE11: {
7682
base: 'SauceLabs',

0 commit comments

Comments
 (0)