mgechev / angularjs-style-guide

📚 Community-driven set of best practices for AngularJS application development

Home Page:https://mgechev.github.io/angularjs-style-guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Guidelines

DavidSouther opened this issue · comments

This doc needs testing guidelines. I know tests are in a huge state of flux, but Year Of Moo's post is still entirely correct, with minor changes to using Karma and Protractor to run Unit and E2E respectively.

http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-karma.html

There is a full repository dedicated to this. Have a look here if you're interested: https://github.com/daniellmb/angular-test-patterns

Thanks for the link!
In the testing section I'll include link to https://github.com/daniellmb/angular-test-patterns

I believe we can close this issue. Using https://github.com/daniellmb/angular-test-patterns sounds reasonable.