Skip to content

Commit

Permalink
add: add some args back
Browse files Browse the repository at this point in the history
  • Loading branch information
dati18 committed Aug 21, 2024
1 parent fdf2790 commit 0e96cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.local.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exports.config = {
browserName: 'chrome',
hostname: 'selenium-chrome',
'goog:chromeOptions': {
args: ['--headless']
args: ['--headless','--disable-gpu', '--no-sandbox']
}
}
]
Expand Down

0 comments on commit 0e96cf6

Please sign in to comment.