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.
2 parents 4b591c4 + bc42ea2 commit 03d0589Copy full SHA for 03d0589
jest-puppeteer.config.js
@@ -1,6 +1,10 @@
1
module.exports = {
2
launch: {
3
headless: process.env.CI === "true",
4
+ args: [
5
+ // https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md#what-if-i-dont-have-root-access-to-the-machine-and-cant-install-anything
6
+ '--no-sandbox',
7
+ ],
8
},
9
server: {
10
command: `npm run start:${process.env.NODE_ENV}`,
0 commit comments