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

Commit 28145b1

Browse files
committed
test saucelabs test
1 parent 248587b commit 28145b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sauce-selenium3.conf.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ module.exports = function (config) {
77
var customLaunchers = {
88
'SL_SAFARI10': {
99
base: 'SauceLabs',
10-
browserName: 'Safari',
11-
platform: 'macOS 10.12',
12-
version: '10.0'
10+
browserName: 'safari',
11+
platform: 'OS X 10.12',
12+
version: 'latest'
1313
}
1414
};
1515

0 commit comments

Comments
 (0)