Fix for Jenkins

This commit is contained in:
Dawid Majsnerowski 2019-11-29 23:27:57 +01:00
parent 10db28eccf
commit d0940dbbc6

View File

@ -14,7 +14,7 @@ exports.config = {
maxInstances: 5, maxInstances: 5,
browserName: 'chrome', browserName: 'chrome',
'goog:chromeOptions': { 'goog:chromeOptions': {
args: ['--no-sandbox','--headless','--start-maximized'], args: ['--no-sandbox','--start-maximized'],
}, },
}], }],