Skip to content

Commit

Permalink
Merge pull request #172 from jakemmarsh/remove-protractor
Browse files Browse the repository at this point in the history
Remove protractor dependency, update docs
  • Loading branch information
jakemmarsh committed Mar 6, 2016
2 parents 3e94c98 + 1cff33e commit a513600
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-gulp-browserify-boilerplate",
"version": "1.5.5",
"version": "1.5.6",
"author": "Jake Marsh <[email protected]>",
"description": "Boilerplate using AngularJS, SASS, Gulp, and Browserify while also utilizing best practices.",
"repository": {
Expand Down Expand Up @@ -69,7 +69,6 @@
"karma-sauce-launcher": "^0.3.0",
"merge-stream": "^1.0.0",
"pretty-hrtime": "^1.0.1",
"protractor": "^3.0.0",
"run-sequence": "^1.1.5",
"tiny-lr": "^0.2.1",
"uglifyify": "^3.0.1",
Expand Down

0 comments on commit a513600

Please sign in to comment.