File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ I strongly encourage developers to submit pull requests for new features and bug
7
7
This project is developed using grunt. To run all tests, simply execute
8
8
9
9
` npm install `
10
- ` node_modules/.bin/ webdriver-manager update`
10
+ ` npm run webdriver-update`
11
11
` grunt verify `
12
12
13
13
* To add a unit test, please refer to tests/httpMock.test.js
Original file line number Diff line number Diff line change @@ -210,5 +210,5 @@ Included in the code base is an extensive list examples on how to use all the fe
210
210
To run these tests locally, please follow these steps from the root directory:
211
211
212
212
1 . ` npm install `
213
- 2 . ` npm webdriver-update `
213
+ 2 . ` npm run webdriver-update `
214
214
3 . ` npm run example `
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ if (process.env.TRAVIS) {
28
28
browserName : 'chrome'
29
29
} ;
30
30
}
31
- exports . config = config ;
31
+ exports . config = config ;
Original file line number Diff line number Diff line change 18
18
"grunt-contrib-jshint" : " ~0.10.0" ,
19
19
"grunt-jasmine-node" : " ~0.2.1" ,
20
20
"grunt-protractor-runner" : " ^1.1.4" ,
21
- "phantomjs" : " 2.1.3"
21
+ "phantomjs-prebuilt " : " 2.1.3"
22
22
},
23
23
"repository" : {
24
24
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments