selenium: capturePerformance:true

native-events
webzwo0i 2020-11-14 20:39:34 +01:00
parent 12543c4e28
commit 151765e76f
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ async function runTest(testSettings){
'accessKey': process.env.SAUCE_ACCESS_KEY,
'build': process.env.GIT_HASH,
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
'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.