Skip to content

Commit

Permalink
make chrome headless with no sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Oct 22, 2020
1 parent b9ffff1 commit 590099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const wdioConfig = {
// 5 instances get started at a time.
maxInstances: 1,
'goog:chromeOptions': {
args: ['--disable-gpu']
args: ['--disable-gpu', '--no-sandbox', 'headless']
},
//
browserName: 'chrome',
Expand Down

0 comments on commit 590099d

Please sign in to comment.