From 24682c5f7a54d4597a6a96e012aca6b566ddecb7 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 30 Jul 2015 12:42:50 -0700 Subject: [PATCH] [Tests] Add protractor instructions Add protractor instructions to top-level README, WTD-1489. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c6791d3d06..c36cbea653 100644 --- a/README.md +++ b/README.md @@ -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