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

Commit

Permalink
feat(webdriver): extract webdriver-manager into a separate node module (
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
cnishina committed Jun 8, 2016
1 parent 8316917 commit 85209f4
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 498 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ Clone the github repository:
npm install
cd ..

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`.
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
[bin/webdriver-manager](https://github.com/angular/protractor/blob/master/bin/webdriver-manager).

bin/webdriver-manager start
webdriver-manager update
webdriver-manager start

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

Expand Down
Loading

0 comments on commit 85209f4

Please sign in to comment.