Skip to content

Commit e8eb48d

Browse files
ci: set headless flag
1 parent 2d659da commit e8eb48d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test.e2e.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ try {
1818
browserName: 'MicrosoftEdge',
1919
'ms:edgeOptions': {
2020
binary: findEdgePath(),
21-
args: ['no-sandbox']
21+
args: ['no-sandbox', 'headless']
2222
}
2323
}
2424
})
@@ -40,8 +40,8 @@ try {
4040
automationProtocol: 'webdriver',
4141
capabilities: {
4242
browserName: 'edge',
43-
'moz:firefoxOptions': {
44-
args: ['-headless']
43+
'ms:edgeOptions': {
44+
args: ['no-sandbox', 'headless']
4545
},
4646
'wdio:edgedriverOptions': {
4747
binary

0 commit comments

Comments
 (0)