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.
1 parent 9c6621b commit 561e147Copy full SHA for 561e147
jest-puppeteer.config.js
@@ -6,6 +6,7 @@ const PORT = 8080;
6
module.exports = {
7
launch: {
8
headless: process.env.TEST_HEADLESS !== "false",
9
+ args: ['--no-sandbox', '--disable-setuid-sandbox'],
10
},
11
server: {
12
command: `anywhere -s -p ${PORT} -d ${PAGE_DIR}`,
0 commit comments