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

Commit 85209f4

Browse files
committed
feat(webdriver): extract webdriver-manager into a separate node module (#3068)
closes #607, #2402 * Removed the config.json. This will be managed now by webdriver-manager. * Wedriver-manager downloads the file to the node_modules/webdriver-manager/selenium folder. This will no longer appear in the protractor directory.
1 parent 8316917 commit 85209f4

File tree

7 files changed

+31
-498
lines changed

7 files changed

+31
-498
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ 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) which is included in
49+
[bin/webdriver-manager](https://github.com/angular/protractor/blob/master/bin/webdriver-manager).
4950

50-
bin/webdriver-manager start
51+
webdriver-manager update
52+
webdriver-manager start
5153

5254
Protractor's test suite runs against the included test application. Start that up with
5355

0 commit comments

Comments
 (0)