docker-ng-cli-karma
docker-ng-cli-karma copied to clipboard
Angular docker image capable of running Karma with Chrome
the ng test will not be automatically run and exit, docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli-karma ng test --watch false --single-run true ERROR: Error: Unknown argument: single-run
Hi there, our CI automatically looks for `trion/ng-cli` and `trion/ng-cli-karma` images to match the version of `ng-cli` we have specified in our package.json. Currently it can't find one for `trion/ng-cli-karma`,...
Using the current [latest tag](https://hub.docker.com/layers/trion/ng-cli-karma/latest/images/sha256-70bc7da4e052e3fa3a5e5c36093e7955f57558d6f1f9c1787972fbead1da9e9d?context=explore) we experience issues when trying to start chrome in the docker container. Here's the log we get: ``` 28 10 2022 09:17:11.306:INFO [karma-server]: Karma v5.2.3...
In [your Readme](https://github.com/trion-development/docker-ng-cli-karma?tab=readme-ov-file#what-about--headless-browsers), you state: > Mozilla Firefox and Google Chrome are in the process to provide headless browsers capable of executing integration tests. > >Currently WebGL needs the mesa...