lemonldap-ng/e2e-tests/manager
Christophe Maudoux 950dd0a9ad WIP - Improve e2e tests (#1600) 2019-01-26 18:41:19 +01:00
..
00-auth.js Improve Protractor e2e tests (#1600) 2018-12-26 21:01:53 +01:00
01-generalParameters.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
01-variables.js Improve Protractor e2e tests (#1600) 2018-12-26 21:01:53 +01:00
01-virtualHosts.js Improve Protractor e2e tests (#1600) 2018-12-26 21:01:53 +01:00
02-menu.js WIP - Improve e2e tests (#1600) 2019-01-26 18:41:19 +01:00
05-form.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
06-form.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
07-authParams.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
07-utf8.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
08-apply.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
10-saml-config.js Fix e2e tests 2018-04-09 07:06:04 +02:00
11-oidcop-config.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
12-oidcrp-config.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
35-apply-old-conf.js WIP - Fix Protractor e2e tests (#1600) 2018-12-22 00:01:39 +01:00
36-diff.js WIP - Improve e2e tests (#1600) 2019-01-15 21:32:49 +01:00
40-sessions.js WIP - Improve e2e tests (#1600) 2019-01-26 18:41:19 +01:00
50-2ndFA.js WIP - Improve e2e tests (#1600) 2019-01-26 18:32:39 +01:00
99-logout.js Fix e2e tests 2018-04-09 07:06:04 +02:00
README.md Rename e2e dir to manager 2015-12-14 18:36:39 +00:00

README.md

#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]
}