-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dmytro Nochevnov <[email protected]>
- Loading branch information
1 parent
f1e1d05
commit b44140b
Showing
10 changed files
with
7,026 additions
and
6,676 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,9 @@ export class HappyPathHelper { | |
|
||
async start(): Promise<void> { | ||
const cheUrl = this.configuration.cheUrl(); | ||
|
||
const HAPPY_PATH_TEST_PROJECT = "https://github.com/che-samples/java-spring-petclinic/tree/devfilev2" | ||
|
||
core.info(`Happy path tests will use Eclipse Che URL: ${cheUrl}`); | ||
|
||
const e2eFolder = path.resolve('che', 'tests', 'e2e'); | ||
|
@@ -50,14 +53,18 @@ export class HappyPathHelper { | |
'-e', | ||
'TS_SELENIUM_MULTIUSER=true', | ||
'-e', | ||
'TS_SELENIUM_USERNAME=admin', | ||
'TS_SELENIUM_USERNAME=[email protected]', | ||
'-e', | ||
'TS_SELENIUM_PASSWORD=admin', | ||
'-e', | ||
'NODE_TLS_REJECT_UNAUTHORIZED=0', | ||
'-e', | ||
`TS_SELENIUM_DEVWORKSPACE_URL=${cheUrl}/#${HAPPY_PATH_TEST_PROJECT}`, | ||
'-e', | ||
'TEST_SUITE=test-devworkspace-happy-path', | ||
'-v', | ||
`${e2eFolder}:/tmp/e2e`, | ||
'quay.io/eclipse/che-e2e:nightly', | ||
'quay.io/eclipse/che-e2e:next', | ||
]; | ||
|
||
core.info('Launch docker command' + params); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.