Skip to content

Commit

Permalink
headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Nov 15, 2024
1 parent a28462b commit f89f138
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 @@ -13,7 +13,7 @@ const config = {
browserName: 'chrome',
'goog:chromeOptions': {
// args: ['--auto-open-devtools-for-tabs','disable-gpu']
args: ['disable-gpu']
args: ['headless', 'disable-gpu']
},
'wdio:chromedriverOptions': {
binary: "./node_modules/chromedriver/lib/chromedriver/chromedriver"
Expand Down

0 comments on commit f89f138

Please sign in to comment.