Skip to content

Commit 0185f03

Browse files
committed
trying testem config
1 parent 5bd0d76 commit 0185f03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

showcase/testem.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ module.exports = {
1717
ci: [
1818
// --no-sandbox is needed when running Chrome inside a container
1919
process.env.CI ? '--no-sandbox' : null,
20+
'--disable-setuid-sandbox',
2021
'--headless',
2122
'--disable-dev-shm-usage',
2223
'--disable-software-rasterizer',
2324
'--mute-audio',
2425
'--remote-debugging-port=0',
2526
'--window-size=1440,900',
27+
'--disable-features=UseDBus',
2628
].filter(Boolean),
2729
},
2830
},

0 commit comments

Comments
 (0)