che-server/e2e
Sergey Skorik a2fba252a7
[TS-SELENIUM] Adapt WorkspaceCreationAndLsInitialization test according workspace creation from Dashboard changes (#13885)
2019-07-18 17:33:41 +03:00
..
driver [TS-SELENIUM] Cover the "Use Java IDE features and the inner loop" step from "Happy path" scenario (#13615) 2019-07-05 11:35:37 +03:00
files/happy-path [TS-SELENIUM] Fix containers-happy-path.yaml reference url (#13831) 2019-07-12 15:09:22 +03:00
pageobjects [TS-SELENIUM] Adapt WorkspaceCreationAndLsInitialization test according workspace creation from Dashboard changes (#13885) 2019-07-18 17:33:41 +03:00
tests [TS-SELENIUM] Adapt WorkspaceCreationAndLsInitialization test according workspace creation from Dashboard changes (#13885) 2019-07-18 17:33:41 +03:00
utils [TS-SELENIUM] Cover the "Use Java IDE features and the inner loop" step from "Happy path" scenario (#13615) 2019-07-05 11:35:37 +03: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 Name inversify.config export to make it inicialized at a time of usage. (#13697) 2019-07-04 15:29:39 +03:00
inversify.config.ts [TS-SELENIUM] Cover the "Use Java IDE features and the inner loop" step from "Happy path" scenario (#13615) 2019-07-05 11:35:37 +03:00
inversify.types.ts [TS-SELENIUM] Cover the "Use Java IDE features and the inner loop" step from "Happy path" scenario (#13615) 2019-07-05 11:35: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] 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