Skip to content

Commit

Permalink
No sandboxed puppeteer launch (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Oct 13, 2024
1 parent 4631d0c commit 1583ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest-puppeteer.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const process = require('node:process');
module.exports = {
launch: {
headless: process.env.TEST_HEADLESS !== 'false',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
},
server: {
command: 'npm run serve',
Expand Down

0 comments on commit 1583ca7

Please sign in to comment.