Skip to content

Commit

Permalink
chore(README): add webdriver setup instrocutions
Browse files Browse the repository at this point in the history
Closes #964
  • Loading branch information
sebmartel authored and ajoslin committed Mar 31, 2014
1 parent 54b008d commit 9bcf541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/`
## Development

* `npm install && npm install -g gulp protractor` to setup
* (if you wish to run end-to-end tests): `webdriver-manager update --chrome` to install the webdriver.
* `gulp` or `gulp build` to build
* `gulp docs` to generate docs (read Documentation below for how to test docs locally).
* `gulp build --release` to build with minification & strip debugs
Expand Down

0 comments on commit 9bcf541

Please sign in to comment.