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,
|
'browserName': testSettings.browserName,
|
||||||
'platformName': testSettings.platformName,
|
'platformName': testSettings.platformName,
|
||||||
'browserVersion': testSettings.browserVersion,
|
'browserVersion': testSettings.browserVersion,
|
||||||
|
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
|
||||||
'sauce:options': {
|
'sauce:options': {
|
||||||
'username': process.env.SAUCE_USERNAME,
|
'username': process.env.SAUCE_USERNAME,
|
||||||
'accessKey': process.env.SAUCE_ACCESS_KEY,
|
'accessKey': process.env.SAUCE_ACCESS_KEY,
|
||||||
'build': process.env.GIT_HASH,
|
'build': process.env.GIT_HASH,
|
||||||
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
|
|
||||||
'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
|
||||||
'name': name,
|
'name': name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue