AngularJS Testing

From Karma to Protractor


One of my New Year’s resolutions is to incorporate more testing into my work flow. It seems I have always been on a constant search to find the right amount of testing. Nowadays I’m convinced that it’s best to create tests during development (as opposed to before or after).

Lately, a lot of my work has been done in AngularJS, so I have recently started getting more familiar with the unit test and end-to-end (e2e) testing frameworks for Angular. To aid in the motivation, I volunteered to present my findings to the Denver AngularJS Meetup. I created two Github repos for the example project and the presentation slides.

  • The example project is here
  • The slides are here

Tags

angularjs testing