chrome 83

native-events
webzwo0i 2020-11-15 01:33:43 +01:00
parent 94263aa896
commit 5cc155940a
1 changed files with 0 additions and 4 deletions

View File

@ -16,8 +16,6 @@ async function runTest(testSettings){
'browserName': testSettings.browserName, 'browserName': testSettings.browserName,
'platformName': testSettings.platformName, 'platformName': testSettings.platformName,
'browserVersion': testSettings.browserVersion, 'browserVersion': testSettings.browserVersion,
'nativeEvents': true,
'chrome.nativeEvents': true,
'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,
@ -25,8 +23,6 @@ async function runTest(testSettings){
'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
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER, 'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
'nativeEvents': true,
'chrome.nativeEvents': 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.