Stay informed. Sign up for our newsletter today.

Running Angular Unit Tests in Docker Container

Running Angular Unit Tests in Docker Container

Hi there, today we’re going to check out how to let our Angular Tests run in a docker container. Interested in the final solution? It’s here. The default configuration of Angular requires a Chrome browser to be installed on your machine. The browser is launched every time you execute tests locally. That might not work for […]