Skip to content

Commit 4ac2908

Browse files
author
Sassoun Derderian
committed
fix: set TRAVIS_JOB_NUMBER as tunnelIdentifier in karma-sauce-launcher
1 parent 35e03d2 commit 4ac2908

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ module.exports = function (config) {
111111
recordScreenshots: false,
112112
recordVideo: false,
113113
connectOptions: {
114-
port: 5757
114+
port: 5757,
115+
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
115116
},
116117
public: 'public'
117118
},

0 commit comments

Comments
 (0)