Skip to content

Commit

Permalink
No sandboxed puppeteer launch (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Jan 4, 2025
1 parent 9c6621b commit 561e147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const PORT = 8080;
module.exports = {
launch: {
headless: process.env.TEST_HEADLESS !== "false",
args: ['--no-sandbox', '--disable-setuid-sandbox'],
},
server: {
command: `anywhere -s -p ${PORT} -d ${PAGE_DIR}`,
Expand Down

0 comments on commit 561e147

Please sign in to comment.