tree: 7092d950480181a83b9934df681b37d9126fbf5f [path history] [tgz]
  1. README.md
  2. crud/
  3. dashboard/
  4. keyboard-shortcuts/
  5. login/
  6. test_helpers/
e2e/README.md

End to end test

NOTE: Require protractor to be installed as a global module.

Setup

webdriver-manager update
webdriver-manager start

Run tests

Note that this tests are designed to work with the Mock R-CORD config

protractor conf/protractor.conf.js 

Other paramenters you can pass are:

Variable NameDescription
UI_URLAddress of the GUI (deaults to http://192.168.46.100/spa/#
UI_PWDPassword to login (needed only for remote connections)
TIMEOUTTime allowed for each test

Test suites

If you need to run test for only a particural suite you can use:

protractor conf/protractor.conf.js --suite login

Suites are defined in cong/protractor.conf.js