Cannot read property ‘range’ of undefined – Angular Tests Fail in Docker

Cannot read property ‘range’ of undefined – Angular Tests Fail in Docker

Hi there, today I’d like to share with you a little caveat that might result to the Angular Tests being successful on your local development machine but failing while on build server in Docker Container. The text you might see does not give much sense about what might be causing an issue. Check it yourself: […]

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 […]