lemonldap-ng/e2e-tests/manager
2016-01-20 20:56:06 +00:00
..
01-tree.js Fix #893 2016-01-14 21:35:45 +00:00
02-lang.js js_beautify -o -s=2 ... 2015-12-22 10:45:32 +00:00
05-form.js js_beautify -o -s=2 ... 2015-12-22 10:45:32 +00:00
06-form.js js_beautify -o -s=2 ... 2015-12-22 10:45:32 +00:00
07-authParams.js js_beautify -o -s=2 ... 2015-12-22 10:45:32 +00:00
07-utf8.js UTF-8 test 2016-01-08 06:58:38 +00:00
08-apply.js UTF-8 test 2016-01-08 06:58:38 +00:00
10-saml-config.js UTF-8 test 2016-01-08 06:58:38 +00:00
12-apply-old-conf.js Add test for saving old configuration (Closes: #889) 2016-01-14 06:28:21 +00:00
14-oidcop-config.js Bugs in SAML/OIDC options (may close #885) 2016-01-20 20:56:06 +00:00
40-sessions.js Update tests after menu change 2016-01-05 21:05:40 +00:00
99-logout.js js_beautify -o -s=2 ... 2015-12-22 10:45:32 +00:00
00-auth.js js_beautify -o -s=2 ... 2015-12-22 10:45:32 +00:00
README.md Rename e2e dir to manager 2015-12-14 18:36:39 +00:00

#End 2 End Testing (Protractor) To run the end-2-end tests against the application you use Protractor.

Testing with Protractor

As a one-time setup, download webdriver.

npm run update-webdriver

Start the Protractor test runner using the e2e configuration:

make e2e_test

Devel tips

{
  locator_:  {
    using: 'css selector',
    value: '[ng-click="getLanguage(lang)"]'
   },
  parentElementFinder_: null,
  opt_actionResult_: {
    then: [Function: then],
    cancel: [Function: cancel],
    isPending: [Function: isPending]
  },
  opt_index_: 1,
  click: [Function],
  sendKeys: [Function],
  getTagName: [Function],
  getCssValue: [Function],
  getAttribute: [Function],
  getText: [Function],
  getSize: [Function],
  getLocation: [Function],
  isEnabled: [Function],
  isSelected: [Function],
  submit: [Function],
  clear: [Function],
  isDisplayed: [Function],
  getOuterHtml: [Function],
  getInnerHtml: [Function],
  toWireValue: [Function]
}