diff --git a/Makefile b/Makefile index a00e8edf..6dcaea4f 100644 --- a/Makefile +++ b/Makefile @@ -46,3 +46,8 @@ frontend-test: frontend-dep # reduce logging, disable angular-cli analytics for ci environment frontend-test-coverage: frontend-dep cd frontend && npx ng test --watch=false --code-coverage + +.PHONY: frontend-test-coverage-ci +# reduce logging, disable angular-cli analytics for ci environment +frontend-test-coverage-ci: frontend-dep + cd frontend && npx ng test --watch=false --code-coverage --browsers=ChromeHeadless