che-server/e2e
Katka92 10ae0c8432 Add tslint and fix errors. (#13350)
Signed-off-by: kkanova <kkanova@redhat.com>
2019-05-21 11:09:04 +03:00
..
driver Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
pageobjects Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
tests Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
utils Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
README.md Add "e2e" module based on "typescript-selenium", "mocha" and "chai" frameworks (#13200) 2019-05-06 17:38:25 +03:00
TestConstants.ts Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
inversify.config.ts Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
inversify.types.ts Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
mocha.opts Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
package-lock.json Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
package.json Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
tsconfig.json Add "e2e" module based on "typescript-selenium", "mocha" and "chai" frameworks (#13200) 2019-05-06 17:38:25 +03:00
tslint.json Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00

README.md

Module for launch E2E tests related to Che 7

Requirements

  • node 8.x
  • "Chrome" browser 69.x or later
  • deployed Che 7 with accessible URL

Before launch

Perform commands:

  • export TS_SELENIUM_BASE_URL=<Che7 URL>
  • npm install

Default launch

  • npm test

Custom launch

  • Use environment variables which described in the 'TestConstants.ts' file