mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
move tunnelIdentifier out of sauce:options block
This commit is contained in:
parent
e776367794
commit
7036af79dd
1 changed files with 1 additions and 1 deletions
|
@ -16,11 +16,11 @@ async function runTest(testSettings){
|
|||
'browserName': testSettings.browserName,
|
||||
'platformName': testSettings.platformName,
|
||||
'browserVersion': testSettings.browserVersion,
|
||||
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
'sauce:options': {
|
||||
'username': process.env.SAUCE_USERNAME,
|
||||
'accessKey': process.env.SAUCE_ACCESS_KEY,
|
||||
'build': process.env.GIT_HASH,
|
||||
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
'extendedDebugging': true, // when possible, enables network.har file and network tab
|
||||
'capturePerformance': true, // when possible, enables various performance related metrics
|
||||
'name': name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue