karma-runner / karma-chrome-launcher

A Karma plugin. Launcher for Chrome and Chrome Canary.
MIT License
469 stars 119 forks source link

feat: add --disable-dev-shm-usage flag to headless #208

Closed rogeriopvl closed 5 years ago

rogeriopvl commented 5 years ago

This flag to the default options solves some issues when running chrome headless inside docker. For more details check this puppeteer issue where they discuss adding the flag to the default options as well:

https://github.com/GoogleChrome/puppeteer/issues/1834