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

Commit 386f7bd

Browse files
committed
chore(webdriver): webdriver-manager dependency fixes
1 parent 77c78aa commit 386f7bd

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
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

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"webdriverVersions": {
33
"selenium": "2.53.0",
44
"chromedriver": "2.21",
5-
"iedriver": "2.53.1"
5+
"iedriver": "2.52.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-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"url": "git://github.com/angular/protractor.git"
4848
},
4949
"bin": {
50-
"protractor": "bin/protractor",
51-
"webdriver-manager": "bin/webdriver-manager"
50+
"protractor": "bin/protractor"
5251
},
5352
"main": "built/protractor.js",
5453
"scripts": {

0 commit comments

Comments
 (0)