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 2d659da commit e8eb48dCopy full SHA for e8eb48d
tests/test.e2e.ts
@@ -18,7 +18,7 @@ try {
18
browserName: 'MicrosoftEdge',
19
'ms:edgeOptions': {
20
binary: findEdgePath(),
21
- args: ['no-sandbox']
+ args: ['no-sandbox', 'headless']
22
}
23
24
})
@@ -40,8 +40,8 @@ try {
40
automationProtocol: 'webdriver',
41
capabilities: {
42
browserName: 'edge',
43
- 'moz:firefoxOptions': {
44
- args: ['-headless']
+ 'ms:edgeOptions': {
45
},
46
'wdio:edgedriverOptions': {
47
binary
0 commit comments