Skip to content

Commit 58e85e7

Browse files
author
Sassoun Derderian
committed
fix: TRAVIS_JOB_NUMBER as tunnelIdentifier
1 parent 767872c commit 58e85e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

karma-ci.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ module.exports = function (config) {
3838
reporters: ['spec', 'coverage', 'saucelabs'],
3939
sauceLabs: {
4040
testName: 'Karma and Sauce Labs demo',
41-
doctor: true
41+
startConnect: false,
42+
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
4243
},
4344
captureTimeout: 120000,
4445
customLaunchers: customLaunchers,

0 commit comments

Comments
 (0)