We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3674b commit 4abab25Copy full SHA for 4abab25
1 file changed
karma.conf.ci.js
@@ -30,7 +30,7 @@ module.exports = function(config) {
30
base: 'SauceLabs',
31
browserName: 'safari',
32
platform: 'OS X 10.14',
33
- version: '12.0'
+ version: 'latest'
34
},
35
slEdge: {
36
@@ -54,7 +54,15 @@ module.exports = function(config) {
54
55
browserName: 'internet explorer',
56
platform: 'Windows 7',
57
- version: '9.0'
+ version: '10',
58
+ 'x-ua-compatible': 'IE=EmulateIE9'
59
+ },
60
+ slIE8: {
61
+ base: 'SauceLabs',
62
+ browserName: 'internet explorer',
63
+ platform: 'Windows 7',
64
65
+ 'x-ua-compatible': 'IE=EmulateIE8'
66
}
67
};
68
0 commit comments