Skip to content

Commit 259e3e4

Browse files
author
Carlos Atencio
committed
Readme and script execution changes. Renamed phantom package
1 parent 41e52f4 commit 259e3e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ I strongly encourage developers to submit pull requests for new features and bug
77
This project is developed using grunt. To run all tests, simply execute
88

99
`npm install`
10-
`node_modules/.bin/webdriver-manager update`
10+
`npm run webdriver-update`
1111
`grunt verify`
1212

1313
* To add a unit test, please refer to tests/httpMock.test.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,5 @@ Included in the code base is an extensive list examples on how to use all the fe
210210
To run these tests locally, please follow these steps from the root directory:
211211

212212
1. `npm install`
213-
2. `npm webdriver-update`
213+
2. `npm run webdriver-update`
214214
3. `npm run example`

example/protractor-conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ if (process.env.TRAVIS) {
2828
browserName: 'chrome'
2929
};
3030
}
31-
exports.config = config;
31+
exports.config = config;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"grunt-contrib-jshint": "~0.10.0",
1919
"grunt-jasmine-node": "~0.2.1",
2020
"grunt-protractor-runner": "^1.1.4",
21-
"phantomjs": "2.1.3"
21+
"phantomjs-prebuilt": "2.1.3"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)