che-server/e2e
kkanova 1bebab75a1 Working version
Signed-off-by: kkanova <kkanova@redhat.com>
2019-08-21 08:47:18 -04:00
..
driver Working version 2019-08-21 08:47:18 -04:00
files/happy-path [Happy Path] Fix of issue #14141 (Sometimes the "Happy path" test fails when click on "Start debug" button) (#14180) 2019-08-12 09:45:28 +03:00
jenkins/crw-ci/pr-check/k8s Simplify build of che artifacts by PR check pipeline job (#14214) 2019-08-14 19:50:24 +03:00
pageobjects Working version 2019-08-21 08:47:18 -04:00
tests [Happy Path] Fix of issue #14141 (Sometimes the "Happy path" test fails when click on "Start debug" button) (#14180) 2019-08-12 09:45:28 +03:00
utils Working version 2019-08-21 08:47:18 -04:00
README.md [TS-SELENIUM] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479) 2019-06-07 18:49:52 +03:00
TestConstants.ts Working version 2019-08-21 08:47:18 -04:00
index.ts Working version 2019-08-21 08:47:18 -04:00
inversify.config.ts Working version 2019-08-21 08:47:18 -04:00
inversify.types.ts Working version 2019-08-21 08:47:18 -04:00
mocha-che-operatorhub.opts E2E: Create e2e test to install Eclipse Che by OperatorHub UI on OCP (#14062) 2019-08-01 15:21:37 +03:00
mocha-happy-path.opts [TS-SELENIUM] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479) 2019-06-07 18:49:52 +03:00
mocha.opts [TS-SELENIUM] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479) 2019-06-07 18:49:52 +03:00
package-lock.json [TS_SELENIUM] Implement method for storing screenshots while tests execution (#14086) 2019-08-01 18:00:45 +03:00
package.json add method for checkin application readiness 2019-08-20 12:33:41 +02: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 Working version 2019-08-21 08:47:18 -04: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

The "Happy Path" scenario launching