Overview
AngularJS was built from the ground up to be testable; unit tests are great for testing isolated pieces of code but how are all of the pieces tested together? With end-to-end (E2E) testing, you can rest a little easier at night knowing that all is well with your applications.
In this workshop, Matias and Lukas will cover: how to get up and running with Protractor, the new AngularJS E2E framework, and how to structure your application to maximize testability. They will start with a pre-built project and get their hands dirty by working through specific testing scenarios with best practices commentary along the way.