AWS CodeBuild – Running Angular Unit Tests
AWS CodeBuild – Running Angular Unit Tests
This is part of Phase 1 of continuously deploying an Angular app to S3. To get the source used in this video and all videos in Phase 1 download the following repository and use the Phase1 branch.
https://github.com/lyraddigital/angular-devops
In this video I show you how to prepare your angular app for running unit tests inside of a CodeBuild container. I also show you how to install the dependencies needed to run chrome in the container in headless mode. This is using Jasmine and Karma to run the Angular tests.
source