aboutsummaryrefslogtreecommitdiffstats
path: root/karma-shared.conf.js
diff options
context:
space:
mode:
Diffstat (limited to 'karma-shared.conf.js')
-rw-r--r--karma-shared.conf.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/karma-shared.conf.js b/karma-shared.conf.js
index 88bcc5a5..854a18d5 100644
--- a/karma-shared.conf.js
+++ b/karma-shared.conf.js
@@ -60,6 +60,12 @@ module.exports = function(config, specificOptions) {
platform: 'Windows 2012',
version: '10'
},
+ 'SL_IE_11': {
+ base: 'SauceLabs',
+ browserName: 'internet explorer',
+ platform: 'Windows 8.1',
+ version: '11'
+ },
'BS_Chrome': {
base: 'BrowserStack',