Skip to content

mjhea0/angular-testing-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing AngularJS With Protractor and Karma

Want to learn how to build this project?

Check out the [blog posts:

  • Part 1 - In the first part we’ll look at unit tests, which ensure that small, isolated pieces of code behave as expected.
  • Part 2 - In part two we'll address E2E tests, which verify that all the pieces of code fit together by simulating the user experience through browser automation.

Want to use this project?

  1. Fork/Clone
  2. Install dependencies - npm install && bower install && npm run driver-install
  3. Run the development server - gulp
  4. Run unit tests - gulp unit
  5. Run e2e tests - gulp e2e