We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b55cd commit 5016b0dCopy full SHA for 5016b0d
jest-puppeteer.config.js
@@ -9,7 +9,7 @@ module.exports = {
9
product: "chrome",
10
executablePath: process.env.PUPPETEER_EXEC_PATH,
11
args: [
12
- "no-sandbox",
+ "--no-sandbox",
13
`--disable-extensions-except=${EXTENSION_PATH}`,
14
`--load-extension=${EXTENSION_PATH}`,
15
],
0 commit comments