mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
[Tests] Update protractor instructions
WTD-1505
This commit is contained in:
parent
7aea1647a2
commit
b6b716b767
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user