Fix for Jenkins

This commit is contained in:
Dawid Majsnerowski 2019-11-29 23:22:08 +01:00
parent c15c1eb22f
commit af936b727b
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
"@wdio/sync": "^5.16.5", "@wdio/sync": "^5.16.5",
"chai": "^4.2.0", "chai": "^4.2.0",
"chromedriver": "^78.0.1", "chromedriver": "^78.0.1",
"deepmerge": "^4.2.2",
"wdio-chromedriver-service": "^5.0.2" "wdio-chromedriver-service": "^5.0.2"
}, },
"dependencies": { "dependencies": {

View File

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