Skip to content

Commit

Permalink
increased window size
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Nov 25, 2024
1 parent 36bde70 commit aed67a5
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: ['headless', 'disable-gpu']
args: ['headless', 'disable-gpu', '--window-size=1280,1024']
},
'wdio:chromedriverOptions': {
binary: "./node_modules/chromedriver/lib/chromedriver/chromedriver"
Expand Down

0 comments on commit aed67a5

Please sign in to comment.