Moving e2e tests. (#15063)
* Moving e2e tests. * Moving che-selenium-core. * Moving che-selenium-test/src/main. * Moving che-selenium-test/src/test. * Moving last files from selenium. * Changing related files. * Move CRW Jenkins jobs definions from e2e/jenkins to .infra folder. * Add 'tests' part of path to Jenkinsfile * Update pom.xml files. * Reverting groupId in poms. * Restore org.eclipse.che.selenium artifact name Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com> * Restore org.eclipse.che.selenium artifact name Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>7.20.x
parent
6488223525
commit
1179cd25bb
|
|
@ -10,7 +10,7 @@
|
|||
base_dir=$(cd "$(dirname "$0")"; pwd)
|
||||
. "${base_dir}"/../build.include
|
||||
|
||||
E2E_DIR="${base_dir}/../../e2e"
|
||||
E2E_DIR="${base_dir}/../../tests/e2e"
|
||||
LOCAL_E2E_DIR="${base_dir}/e2e"
|
||||
|
||||
if [ -d $LOCAL_E2E_DIR ]; then
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -32,7 +32,7 @@
|
|||
<module>dashboard</module>
|
||||
<module>workspace-loader</module>
|
||||
<module>assembly</module>
|
||||
<module>selenium</module>
|
||||
<module>tests/legacy-e2e</module>
|
||||
</modules>
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:eclipse/che.git</connection>
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@ pipeline {
|
|||
sh "wget $testWorkspaceDevfileUrl -O $DEVFILE_PATH"
|
||||
|
||||
} else {
|
||||
sh "cp ${WORKSPACE}/e2e/files/happy-path/happy-path-workspace.yaml $DEVFILE_PATH"
|
||||
sh "cp ${WORKSPACE}/tests/e2e/files/happy-path/happy-path-workspace.yaml $DEVFILE_PATH"
|
||||
}
|
||||
|
||||
sh """
|
||||
|
|
@ -257,7 +257,7 @@ pipeline {
|
|||
-e TS_SELENIUM_USERNAME="admin" \\
|
||||
-e TS_SELENIUM_PASSWORD="admin" \\
|
||||
-e TEST_SUITE="${e2eTestToRun}" \\
|
||||
-v ${WORKSPACE}/e2e:/tmp/e2e:Z \\
|
||||
-v ${WORKSPACE}/tests/e2e:/tmp/e2e:Z \\
|
||||
eclipse/che-e2e:nightly
|
||||
"""
|
||||
}
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
</parent>
|
||||
<artifactId>che-selenium-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Che Selenium :: Core</name>
|
||||
<name>Che Legacy E2E :: Core</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue