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 68d396e commit 9436489Copy full SHA for 9436489
1 file changed
karma.conf.js
@@ -13,7 +13,7 @@ module.exports = function(config) {
13
platform: 'Windows 10',
14
version: '11.0'
15
},
16
- sl_ie11: {
+ sl_edge: {
17
base: 'SauceLabs',
18
browserName: 'microsoftedge',
19
@@ -69,13 +69,13 @@ module.exports = function(config) {
69
deviceName: "iPad Simulator",
70
version: '9.1'
71
72
- sl_safari: {
+ sl_safari_1: {
73
74
browserName: 'safari',
75
platform: 'OS X 10.8',
76
version: '6.0'
77
78
+ sl_safari_2: {
79
80
81
platform: 'OS X 10.11',
0 commit comments