Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 17fedb0

Browse files
committed
test on Safari 10
1 parent 6ccbfa6 commit 17fedb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

karma-shared.conf.js

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ module.exports = function(config, specificOptions) {
5656
platform: 'OS X 10.11',
5757
version: '9'
5858
},
59+
'SL_Safari_10': {
60+
base: 'SauceLabs',
61+
browserName: 'safari',
62+
platform: 'OS X 10.11',
63+
version: '10'
64+
},
5965
'SL_IE_9': {
6066
base: 'SauceLabs',
6167
browserName: 'internet explorer',

0 commit comments

Comments
 (0)