[Tests] Update protractor instructions

WTD-1505
This commit is contained in:
Victor Woeltjen 2015-08-12 10:27:24 -07:00
parent 7aea1647a2
commit b6b716b767

View File

@ -67,7 +67,7 @@ as described above.
An example of this is expressed in `platform/framework`, which follows An example of this is expressed in `platform/framework`, which follows
bundle conventions. bundle conventions.
### Regression Testing ### Functional Testing
The tests described above are all at the unit-level; an additional The tests described above are all at the unit-level; an additional
test suite using [Protractor](https://angular.github.io/protractor/) test suite using [Protractor](https://angular.github.io/protractor/)
@ -76,9 +76,9 @@ us under development, in the `protractor` folder.
To run: To run:
* Install protractor following the instructions above. * Install protractor following the instructions above.
* `webdriver-manager start` * `cd protractor`
* `node app.js -p 1984 -x platform/persistence/elastic -i example/persistence * `npm install`
* `protractor protractor/conf.js` * `npm run all`
## Build ## Build