Skip to content

Commit

Permalink
Update readme for new protractor
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed May 18, 2015
1 parent 4d64b90 commit c56f860
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,12 @@ Startup selenium server using the jar or webdriver manager.
- `java -jar selenium-server-standalone-2.45.0.jar`
- `webdriver-manager start`

Start element explorer
Start element explorer using the standalone server to see the logs.

- `nvm use v0.10.30`
- `protractor --elementExplorer --seleniumAddress 127.0.0.1:4444 --browser firefox` Tell protractor to connect to it

Known Issues:

- [protractor element explorer requires node v0.10.30](https://github.com/angular/protractor/issues/1890)
- [node >0.10.30 is broken and 0.12 doesn't work at all](https://github.com/angular/protractor/issues/1970#issuecomment-89371944)
> protractor --elementExplorer --browser firefox --seleniumAddress http://127.0.0.1:4444/wd/hub
Use [nvm](https://github.com/creationix/nvm) to manage node versions

- `brew install nvm` now update `~/.bash_profile` as instructed
- `nvm install v0.10.30` Install proper version of node
- `brew install nvm` Update `~/.bash_profile` as instructed
- `nvm install stable` Install latest stable version of node
- `nvm alias default stable` Set stable as the default node for new terminals

0 comments on commit c56f860

Please sign in to comment.