native-events
webzwo0i 2020-11-14 20:07:54 +01:00
parent e971de5740
commit 35b94d91b3
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ async function runTest(testSettings){
'platformName': testSettings.platformName,
'browserVersion': testSettings.browserVersion,
'nativeEvents': true,
'extendedDebugging': true,
'capturePerformance': true,
'sauce:options': {
'nativeEvents': true,
'username': process.env.SAUCE_USERNAME,