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 2c0326c commit c4a8c7fCopy full SHA for c4a8c7f
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
with:
23
- node-version: 16
+ node-version: 18
24
25
- name: Clean install the project
26
run: npm ci
wdio.conf.js
@@ -61,7 +61,7 @@ exports.config = {
61
browserName: 'chrome',
62
acceptInsecureCerts: true,
63
'goog:chromeOptions': {
64
- args: ['headless', 'disable-gpu']
+ args: ['headless']
65
}
66
// If outputDir is provided WebdriverIO can capture driver session logs
67
// it is possible to configure which logTypes to include/exclude.
0 commit comments