mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
selenium: capturePerformance:false, extendedDebugging: true
This commit is contained in:
parent
151765e76f
commit
3e26286c9d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ async function runTest(testSettings){
|
||||||
'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,
|
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
|
||||||
'capturePerformance': true,
|
'extendedDebugging': true,
|
||||||
'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…
Add table
Add a link
Reference in a new issue