Skip to content

Commit

Permalink
chore: fix launch on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 21, 2024
1 parent d67228e commit edce404
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 @@ -10,6 +10,7 @@ process.env.TEST_SERVER_PORT = port;
const jestPuppeteerConfig = {
launch: {
headless: "new",
args: ["--no-sandbox"],
},
browserContext: process.env.INCOGNITO ? "incognito" : "default",
server: {
Expand Down

0 comments on commit edce404

Please sign in to comment.