We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae8d2c commit a58634bCopy full SHA for a58634b
1 file changed
test/index.js
@@ -24,6 +24,7 @@ if (config.localBrowser) {
24
port: 80,
25
user: process.env.SAUCE_USERNAME,
26
key: process.env.SAUCE_ACCESS_KEY,
27
+ 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
28
desiredCapabilities: {
29
'browser': config.browser,
30
'version': config.browserVersion,
0 commit comments