End-to-End testing AngularJS apps from Visual Studio

There are many methods of testing your application. Great tools like Selenium are widely used, and developers (should) write unit tests for their code. In a DevOps team, we want to run tests automated, ideally using continuous integration tools like TeamCity or Release Manager.

This post will show an example of testing your AngularJS fully automated from within Visual Studio or your continuous integration tooling.
Continue reading “End-to-End testing AngularJS apps from Visual Studio”