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 9f11e2f commit 5413c3fCopy full SHA for 5413c3f
src/bhs-e2e/wdio.conf.ts
@@ -30,11 +30,11 @@ export const config: WebdriverIO.Config = {
30
},
31
}, {
32
browserName: 'safari',
33
- }, {
34
- browserName: 'edge',
35
- 'ms:edgeOptions': {
36
- args: ['--headless'],
37
- },
+ // }, { // TODO(webdriverio-community/node-edgedriver#500): uncomment when edgedriver updates their default MS Edge WebDriver CDN URL.
+ // browserName: 'edge',
+ // 'ms:edgeOptions': {
+ // args: ['--headless'],
+ // },
38
}],
39
40
onPrepare(cfg, capabilities) {
0 commit comments