Skip to content

Commit

Permalink
remove outdated protractor documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemmarsh committed Mar 6, 2016
1 parent 4b4d305 commit d8d9641
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ More examples can be seen at the above link for Protractor.

All e2e tests are run with `gulp protractor`.

**Notes:**

- before running the Protractor tests, the application server must be running (start it with `gulp dev`)
- the Protractor library used for the end-to-end tests may require installing the [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html) beforehand.

##### Unit Tests

Unit tests are used to test a single module (or "unit") at a time in order to ensure that each module performs as intended individually. In AngularJS this could be thought of as a single controller, directive, filter, service, etc. That is how the unit tests are organized in this boilerplate.
Expand Down

0 comments on commit d8d9641

Please sign in to comment.