-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove GWT-related code from Java selenium E2E tests #13829
Conversation
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
it that this PR should go in @skabashnyuk branch ? instead of master |
it would be grateful, if it's possible. |
…d missed artifact from mvn central Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
…d missed artifact from mvn central Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
…d missed artifact from mvn central Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
…iously Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
ci-build |
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Your build is failure |
@skabashnyuk, @vparfonov: Java selenium e2e tests had been fixed to be run against Che 7 without GWT-code. |
cleanup of che6 legacy code Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com> * Remove/disable GWT-related code in Java selenium E2E tests (#13829) Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
What does this PR do?
Decouple Java selenium E2E tests from GWT-code:
Removes dependencies on plugins artifacts:
Removes tests which aimed to verify GWT-editor functionality:
Moves
GitHubKey
class to test projectWorks around e2e tests which use che6 workspaces to check functionality which doesn't related to GWT-stuff, and so should be rewritten to use che7 ones:
Removes classes of tests which had been removed from test suites previously.
What issues does this PR fix or reference?
#13827, #13788