define extendedDebugging and capturePerformance only in sauce:options

native-events
webzwo0i 2020-11-14 22:10:49 +01:00
parent 60ac890fc8
commit e776367794
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ async function runTest(testSettings){
'browserName': testSettings.browserName,
'platformName': testSettings.platformName,
'browserVersion': testSettings.browserVersion,
'extendedDebugging': true, // when possible, enables network.har file and network tab
'capturePerformance': true, // when possible, enables various performance related metrics
'sauce:options': {
'username': process.env.SAUCE_USERNAME,
'accessKey': process.env.SAUCE_ACCESS_KEY,