Skip to content

Commit a513600

Browse files
committed
Merge pull request #172 from jakemmarsh/remove-protractor
Remove protractor dependency, update docs
2 parents 3e94c98 + 1cff33e commit a513600

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@ More examples can be seen at the above link for Protractor.
179179

180180
All e2e tests are run with `gulp protractor`.
181181

182-
**Notes:**
183-
184-
- before running the Protractor tests, the application server must be running (start it with `gulp dev`)
185-
- 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.
186-
187182
##### Unit Tests
188183

189184
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.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-gulp-browserify-boilerplate",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"author": "Jake Marsh <[email protected]>",
55
"description": "Boilerplate using AngularJS, SASS, Gulp, and Browserify while also utilizing best practices.",
66
"repository": {
@@ -69,7 +69,6 @@
6969
"karma-sauce-launcher": "^0.3.0",
7070
"merge-stream": "^1.0.0",
7171
"pretty-hrtime": "^1.0.1",
72-
"protractor": "^3.0.0",
7372
"run-sequence": "^1.1.5",
7473
"tiny-lr": "^0.2.1",
7574
"uglifyify": "^3.0.1",

0 commit comments

Comments
 (0)