Skip to content

Commit 17a1435

Browse files
author
Oskar Karlsson
committed
✅ Add safari as test browser
1 parent 8d7c825 commit 17a1435

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

karma.ci.js

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ module.exports = config => {
2020
browserName: 'firefox',
2121
platform: 'Windows 10',
2222
version: 'latest'
23+
},
24+
'SL_Safari': {
25+
base: 'SauceLabs',
26+
browserName: 'safari',
27+
platform: 'OS X 10.11',
28+
version: 'latest'
2329
}
2430
};
2531

0 commit comments

Comments
 (0)