How to run Angular tests on CI Docker Container with Chrome

Pipeline with open end pointing to the sky

In this article, we are going to learn how to run the tests of an Angular solution generated with @angular/cli into a Docker Container without changing any of the initial configuration generated by @angular/cli. This is very important in the context of Continuous Integration workflow when you want to run your tests as you commit […]

Continue reading