[Tests] Add protractor instructions

Add protractor instructions to top-level README, WTD-1489.
This commit is contained in:
Victor Woeltjen 2015-07-30 12:42:50 -07:00
parent 28365602f0
commit 24682c5f7a

View File

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