Skip to content

Commit b3ea257

Browse files
authored
Upgrade sauce labs options
1 parent 69597cd commit b3ea257

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

karma.conf-ci.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,17 @@ module.exports = function(config) {
8383
logLevel: config.LOG_INFO,
8484

8585
sauceLabs: {
86-
testName: 'Karma and Sauce Labs demo'
86+
testName: 'da-sorting',
87+
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER,
88+
username: process.env.SAUCE_USERNAME,
89+
accessKey: process.env.SAUCE_ACCESS_KEY,
90+
startConnect: false,
91+
connectOptions: {
92+
port: 5757,
93+
logfile: 'sauce_connect.log'
94+
}
8795
},
96+
8897
captureTimeout: 120000,
8998
customLaunchers: customLaunchers,
9099

0 commit comments

Comments
 (0)