-
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 test suite for Che 7 - NodeJS version #15103
Comments
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
@dmytro-ndp do you think you will be able to work on this or should I close the issue? |
@Katka92: does Hosted Che QE team have resources to automate this test execution? |
Hi @dmytro-ndp, I think this issue is for Hosted Che team (mainly @ScrewTSW and @Warfvf), but I'm not sure about the priority. Our goal now is to have green and stable currently existing tests and after that, we plan to cover other test cases. If the priority of this issue is higher, please let me know. |
/remove-lifecycle stale |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
E2E test suite for Che 7 - NodeJS version
This is the description of an E2E UI testing of Eclipse Che 7 similar to #12728 but for NodeJS applications.
E2E Test Script
1 - Deploy Che on minikube using the operator with authentication enabled
Steps
quay.io/eclipse/che-operator:nightly
centos/postgresql-96-centos7:9.6
eclipse/che-keycloak:nightly
eclipse/che-server:nightly
busybox
quay.io/eclipse/che-devfile-registry:nightly
quay.io/eclipse/che-plugin-registry:nightly
registry.access.redhat.com/ubi8-minimal:8.0-213
quay.io/eclipse/che-jwtproxy:dbd0578
eclipse/che-init-plugin-broker:v0.24
eclipse/che-unified-plugin-broker:v0.24
docker.io/eclipse/che-theia-endpoint-runtime-binary:next
docker.io/eclipse/che-machine-exec:next
docker.io/eclipse/che-theia:next
mariolet/nodejs-sample-backend
mariolet/nodejs-sample-frontend
docker.io/eclipse/che-remote-plugin-node:next
chectl server:start --installer=operator --platform=minikube
Success criteria
Blockers and workarounds
2 - Generate a devfile from a running application
Steps
Success criteria
Blockers and workarounds
3 - Start a Workspace from a devfile
Steps
Success criteria
Blockers and workarounds
4 - Use Typescript IDE features and the inner loop
Steps
Success criteria
Blockers and workarounds
The text was updated successfully, but these errors were encountered: