terrestris / BasiGX

BasiGX is an ExtJS package used to create modern GIS-Applications based on ExtJS 6, GeoExt 4 and OpenLayers 6.5.0. It consists of multiple components that helps the developer to put together a customized app quickly.
http://terrestris.github.io/BasiGX/master/docs/
GNU General Public License v3.0
25 stars 26 forks source link

`karma-chrome-launcher` does not work with node > 12 #647

Open simonseyock opened 3 years ago

simonseyock commented 3 years ago

If karma-chrome-launcher gets installed with node > 12, it does not work. That means npm test fails because it cannot connect to the browser. If it is however installed with node <= 12, it does work, even if the npm test command was called with node > 12.

I added node <= 12 to the package.json engines field.

marcjansen commented 3 years ago

Have we tried configuring it as described here: https://github.com/karma-runner/karma-chrome-launcher#headless-chromium-with-puppeteer, e.g. with an explicit path?