Skip to content

Commit

Permalink
fix(integration): try to fix the run of puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
rochejul committed Aug 18, 2024
1 parent b501c7e commit 7238699
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 95 deletions.
188 changes: 94 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion packages/test-integration/jest-puppeteer.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ module.exports = {
headless: process.env.HEADLESS !== 'false',
product: 'chrome',
acceptInsecureCerts: true,
ignoreHTTPSErrors: true,
args: [
'--allow-insecure-localhost',
'--disable-dev-shm-usage',
'--ignore-certificate-errors',
'--enable-features=NetworkService',
],
},
server: {
command: 'npm start',
Expand Down

0 comments on commit 7238699

Please sign in to comment.