docs(testing): Adding some testing steps to the README

This commit is contained in:
Brandy Carney
2015-10-06 16:42:52 -04:00
parent 19b802cb5e
commit be0ad2d295

View File

@@ -45,6 +45,15 @@ Ionic 2 is based on the new [2.x version of AngularJS](https://angular.io/), and
3. Go to [http://localhost:8000/e2e/](http://localhost:8000/e2e/)
4. Stay cool
### 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`
### Running Tests
1. `gulp karma`
### Distribution