add tunnelIdentifier back in

This commit is contained in:
webzwo0i 2020-11-14 22:44:50 +01:00
parent 6001dac7b4
commit 3deb4131c5

View file

@ -22,6 +22,8 @@ async function runTest(testSettings){
'build': process.env.GIT_HASH, 'build': process.env.GIT_HASH,
'extendedDebugging': true, // when possible, enables network.har file and network tab 'extendedDebugging': true, // when possible, enables network.har file and network tab
'capturePerformance': true, // when possible, enables various performance related metrics 'capturePerformance': true, // when possible, enables various performance related metrics
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
'seleniumVersion':
'name': name, 'name': name,
/* As a best practice, set important test metadata and execution options /* As a best practice, set important test metadata and execution options
such as build info, tags for reporting, and timeout durations. such as build info, tags for reporting, and timeout durations.