Skip to content

Commit a9abb9f

Browse files
Forced Chrome to run headlessly
1 parent 7d50761 commit a9abb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ exports.config = {
6161
browserName: 'chrome',
6262
acceptInsecureCerts: true,
6363
'goog:chromeOptions': {
64-
// args: ['headless', 'disable-gpu']s
64+
args: ['headless', 'disable-gpu']
6565
}
6666
// If outputDir is provided WebdriverIO can capture driver session logs
6767
// it is possible to configure which logTypes to include/exclude.

0 commit comments

Comments
 (0)