che-server/e2e
Igor Ohrimenko a8bb74bbbf
[E2E] Update typescript tests according to workspace creation changes (#13544)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-06-14 16:08:19 +03:00
..
driver [TS-SELENIUM] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479) 2019-06-07 18:49:52 +03:00
pageobjects [E2E] Update typescript tests according to workspace creation changes (#13544) 2019-06-14 16:08:19 +03:00
tests [E2E] Update typescript tests according to workspace creation changes (#13544) 2019-06-14 16:08:19 +03:00
utils Add version to plugin. 2019-06-10 11:53:44 +02: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 [TS-SELENIUM] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479) 2019-06-07 18:49:52 +03:00
index.ts [E2E tests] Changes needed to reuse the tests (#13456) 2019-06-03 13:35:25 +03:00
inversify.config.ts [TS-SELENIUM] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479) 2019-06-07 18:49:52 +03:00
inversify.types.ts [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-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] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479) 2019-06-07 18:49:52 +03:00
package.json [TS-SELENIUM] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479) 2019-06-07 18:49:52 +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

The "Happy Path" scenario launching