jest-puppeteer.config.js 219 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 // ps https://github.com/GoogleChrome/puppeteer/issues/3120 module.exports = { launch: { args: [ '--disable-gpu', '--disable-dev-shm-usage', '--no-first-run', '--no-zygote', ], }, };