This commit is contained in:
webzwo0i 2020-11-14 20:00:44 +01:00
parent c10e525c68
commit e971de5740
2 changed files with 10 additions and 3 deletions

View file

@ -16,6 +16,7 @@ async function runTest(testSettings){
'browserName': testSettings.browserName,
'platformName': testSettings.platformName,
'browserVersion': testSettings.browserVersion,
'nativeEvents': true,
'sauce:options': {
'nativeEvents': true,
'username': process.env.SAUCE_USERNAME,