Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 0cd63d7

Browse files
committed
chore(webdriver): update the configuration file
closes #2402
1 parent ebc5472 commit 0cd63d7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ Clone the github repository:
4545
npm install
4646
cd ..
4747

48-
Start up a selenium server. By default, the tests expect the selenium server to be running at `http://localhost:4444/wd/hub`. A selenium server can be started with `webdriver-manager`.
48+
Start up a selenium server. By default, the tests expect the selenium server to be running at `http://localhost:4444/wd/hub`. A selenium server can be started with [webdriver-manager](https://github.com/angular/webdriver-manager).
4949

50-
bin/webdriver-manager start
50+
webdriver-manager update
51+
webdriver-manager start
5152

5253
Protractor's test suite runs against the included test application. Start that up with
5354

Diff for: config.json

+6
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"selenium": "2.53.0",
44
"chromedriver": "2.21",
55
"iedriver": "2.53.1"
6+
},
7+
"cdnUrls": {
8+
"selenium": "https://selenium-release.storage.googleapis.com/",
9+
"chromedriver": "https://chromedriver.storage.googleapis.com/",
10+
"iedriver": "https://selenium-release.storage.googleapis.com/"
611
}
12+
713
}

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"jasminewd2": "0.0.9",
2020
"optimist": "~0.6.0",
2121
"q": "1.4.1",
22+
"request": "~2.67.0",
2223
"saucelabs": "~1.0.1",
2324
"selenium-webdriver": "2.53.2",
2425
"source-map-support": "~0.4.0",

0 commit comments

Comments
 (0)