* 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> |
||
|---|---|---|
| .. | ||
| driver | ||
| pageobjects | ||
| tests | ||
| utils | ||
| README.md | ||
| TestConstants.ts | ||
| index.ts | ||
| inversify.config.ts | ||
| inversify.types.ts | ||
| mocha.opts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||
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