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 5bd0d76 commit 0185f03Copy full SHA for 0185f03
showcase/testem.js
@@ -17,12 +17,14 @@ module.exports = {
17
ci: [
18
// --no-sandbox is needed when running Chrome inside a container
19
process.env.CI ? '--no-sandbox' : null,
20
+ '--disable-setuid-sandbox',
21
'--headless',
22
'--disable-dev-shm-usage',
23
'--disable-software-rasterizer',
24
'--mute-audio',
25
'--remote-debugging-port=0',
26
'--window-size=1440,900',
27
+ '--disable-features=UseDBus',
28
].filter(Boolean),
29
},
30
0 commit comments