che-server/e2e
Katka92 c85407b19c [E2E tests] Changes needed to reuse the tests (#13456)
* Changes needed to reuse the tests by Rh-Che.
* Add export for TestWorksapceUtils
* Add new line at the end.

Signed-off-by: kkanova <kkanova@redhat.com>
2019-06-03 13:35:25 +03:00
..
driver Add tslint and fix errors. (#13350) 2019-05-21 11:09:04 +03:00
pageobjects [E2E tests] Changes needed to reuse the tests (#13456) 2019-06-03 13:35:25 +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
TestConstants.ts [E2E tests] Changes needed to reuse the tests (#13456) 2019-06-03 13:35:25 +03:00
index.ts [E2E tests] Changes needed to reuse the tests (#13456) 2019-06-03 13:35:25 +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 [E2E tests] Changes needed to reuse the tests (#13456) 2019-06-03 13:35:25 +03:00
tsconfig.json
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