switch to firefox

native-events
webzwo0i 2020-11-15 00:36:20 +01:00
parent 3deb4131c5
commit 2402634527
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ let getStatusInterval;
let timeout;
let allTestsPassed = true;
let testSettings = {"browserName":"chrome", "platformName":"Windows 10", "browserVersion":"latest"}
let testSettings = {"browserName":"firefox", "platformName":"Windows 10", "browserVersion":"82.0"}
let name = `${process.env.GIT_HASH} - ${testSettings.browserName} ${testSettings.browserVersion} ${testSettings.platformName}`;
runTest(testSettings)
@ -23,7 +23,6 @@ async function runTest(testSettings){
'extendedDebugging': true, // when possible, enables network.har file and network tab
'capturePerformance': true, // when possible, enables various performance related metrics
'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER,
'seleniumVersion':
'name': name,
/* As a best practice, set important test metadata and execution options
such as build info, tags for reporting, and timeout durations.