Skip to content

Commit

Permalink
Upgrade sauce labs options
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnucki authored Nov 2, 2016
1 parent 69597cd commit b3ea257
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion karma.conf-ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,17 @@ module.exports = function(config) {
logLevel: config.LOG_INFO,

sauceLabs: {
testName: 'Karma and Sauce Labs demo'
testName: 'da-sorting',
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER,
username: process.env.SAUCE_USERNAME,
accessKey: process.env.SAUCE_ACCESS_KEY,
startConnect: false,
connectOptions: {
port: 5757,
logfile: 'sauce_connect.log'
}
},

captureTimeout: 120000,
customLaunchers: customLaunchers,

Expand Down

0 comments on commit b3ea257

Please sign in to comment.