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 3f783c9 commit f1684b1Copy full SHA for f1684b1
1 file changed
files/testem.cjs
@@ -13,7 +13,7 @@ if (typeof module !== 'undefined') {
13
ci: [
14
// --no-sandbox is needed when running Chrome inside a container
15
process.env.CI ? '--no-sandbox' : null,
16
- '--headless',
+ '--headless=new',
17
'--disable-dev-shm-usage',
18
'--disable-software-rasterizer',
19
'--mute-audio',
0 commit comments