add nativeEvents

This commit is contained in:
webzwo0i 2020-11-15 00:51:37 +01:00
parent 279623b255
commit 513d6ac764

View file

@ -23,6 +23,7 @@ async function runTest(testSettings){
'devtools.chrome.enabled': true 'devtools.chrome.enabled': true
} }
}, },
'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,
@ -30,6 +31,7 @@ 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,
'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.