Skip to content

Commit 3a503db

Browse files
author
Oleksandr_Halichenko
committed
added electron args
1 parent 6115053 commit 3a503db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-e2e/webui.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const common = {
2424
video: {
2525
event: ['onFail'],
2626
dir: 'video',
27-
size: { width: 800, height: 600 },
27+
size: {width: 800, height: 600},
2828
attach: true
2929
},
3030
screenshot: {
@@ -76,7 +76,7 @@ export const debug = {
7676
video: {
7777
event: ['afterScenario'],
7878
dir: 'video',
79-
size: { width: 800, height: 600 },
79+
size: {width: 800, height: 600},
8080
attach: true
8181
}
8282
},
@@ -94,7 +94,7 @@ export const electron = {
9494
},
9595
capabilities: {
9696
browserName: 'electron',
97-
args: ['test-e2e/apps/electron/main.js'],
97+
args: ['test-e2e/apps/electron/main.js', '--no-sandbox', '--disable-dev-shm-usage', '--disable-gpu'],
9898
headless: false
9999
}
100100
},

0 commit comments

Comments
 (0)