docs(snapshot): update

This commit is contained in:
Tim Lancina
2016-02-05 10:24:45 -06:00
parent 2c08ddc340
commit 5439ebbcc7

View File

@ -45,9 +45,12 @@ To remove the linked version of `ionic-framework` do `npm rm ionic-framework`, a
### Running Snapshot
1. Install [Protractor](https://angular.github.io/protractor/#/): `npm install -g protractor`
2. Export `IONIC_SNAPSHOT_KEY` (get from someone)
3. Run `gulp snapshot`
1. Install [Protractor](https://angular.github.io/protractor/#/): `npm install -g protractor@2.5.1`
2. Run `webdriver-manager update`
3. Export `IONIC_SNAPSHOT_KEY` (get from someone)
4. Run `gulp snapshot`
For more information on protractor, see https://angular.github.io/protractor/#/.
### Running Tests