bcgov / angular-scaffold

🚀 Kick start an Angular 4 project that is based on BC Government themed Bootstrap styles, footers and headers.
https://angular-scaffold-demo.pathfinder.gov.bc.ca/
Other
16 stars 21 forks source link

Add puppeteer #11

Open f-w opened 6 years ago

f-w commented 6 years ago

to allow headless chrome testing runnable everywhere. Package size is 281mb, however.

GregTurner commented 6 years ago

Interesting package! But, the problem I had with headless chrome getting it running on a linux image on openshift. I could dig up the exact error, but it had something to do with chrome running to change things in /proc. I thought it was a LinuxSE issue, but never confirmed before I gave up. This package may run into the same issue, but only one way to find out!

abbr commented 6 years ago

Not sure it makes any difference but puppeteer installs chromium rather than chrome. Docs to hook karama-chrome-launcher to puppeteer is here.