We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59c622 commit 630fb4bCopy full SHA for 630fb4b
wdio.conf.ts
@@ -90,14 +90,15 @@ export const config: WebdriverIOConfig = {
90
91
'goog:chromeOptions': {
92
args: [
93
- '--disable-web-security',
94
- '--allow-file-access-from-files',
95
- '--allow-file-access',
96
- '--disable-infobars',
97
- '--ignore-certificate-errors',
98
- '--headless',
99
- '--disable-gpu',
100
- '--window-size=1024x768',
+ 'no-sandbox',
+ 'disable-web-security',
+ 'allow-file-access-from-files',
+ 'allow-file-access',
+ 'disable-infobars',
+ 'ignore-certificate-errors',
+ 'headless',
+ 'disable-gpu',
101
+ 'window-size=1024x768',
102
]
103
}
104
}],
0 commit comments