selenium: capturePerformance:true

This commit is contained in:
webzwo0i 2020-11-14 20:50:39 +01:00
parent 3e26286c9d
commit 53b589e900

View file

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