mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 11:22:41 +01:00
add tunnelIdentifier back in
This commit is contained in:
parent
6001dac7b4
commit
3deb4131c5
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue