jest-puppeteer.config.js 188 Bytes
Newer Older
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
1 2 3
// ps https://github.com/GoogleChrome/puppeteer/issues/3120
module.exports = {
  launch: {
Yu's avatar
Yu committed
4
    args: ['--disable-gpu', '--disable-dev-shm-usage', '--no-first-run', '--no-zygote'],
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
5 6
  },
};