-
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
[E2E] Add test for Java Vertx workspace. #14558
Conversation
Signed-off-by: kkanova <kkanova@redhat.com>
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
ci-test |
ci-build |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
ci-test |
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
@Katka92: If there is an issue which this PR fixes? |
@Katka92: do we need special devfile to create test workspace? |
@dmytro-ndp There is an issue in Rh-Che [1] and we think that this logic should be placed in upstream as there is nothing Rh-Che specific in a test. |
@Katka92: thanks for the answer! IMHO, the answer could be added to description of PR to explain what it is for. |
@dmytro-ndp Good catch! I forgot to add this new file, thank you very much! I've also updated PR description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
What does this PR do?
Add test for Java Vertx default worskpace with example project.
Test will validate:
Test can be run via
npm run test-java-vertx
.EDIT: The purpose of this test is to test default example stacks with their example project that user can create just by selecting it in UI.