Skip to content

Commit

Permalink
testing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
electric-el committed Mar 10, 2022
1 parent f432448 commit cd8562b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ exports.config = {
//
browserName: 'chrome',
'goog:chromeOptions': {
args: ['--disable-gpu']
args: [
'--disable-features=site-per-process',
'--disable-gpu',
'--disable-site-isolation-trials',
'--disable-webgl',
'--no-sandbox'
]
}
// If outputDir is provided WebdriverIO can capture driver session logs
// it is possible to configure which logTypes to include/exclude.
Expand Down

0 comments on commit cd8562b

Please sign in to comment.