-
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
Clean up Che Theia specific tests and page objects #22052
Conversation
8155dca
to
b379e8d
Compare
@nallikaea: impressive work! |
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.
Just a few general questions, really awesome piece of work
@nallikaea : would you prepare MR to fix downstream tests as well? |
|
"test-code": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-che-code.json", | ||
"test-happy-path-code": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-happy-path-che-code.json", | ||
"test-devworkspace-happy-path-code": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-devworkspace-happy-path-che-code.json", | ||
"test-empty-workspace-devworkspace-happy-path-code": "./generateIndex.sh && npm run lint && npm run tsc && mocha --config mocha-empty-workspace-devworkspace-happy-path-che-code.json", |
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.
@nallikaea : test-empty-workspace-devworkspace-happy-path-code
command is used to verify che-operator repo PR:
- https://github.com/eclipse-che/che-operator/blob/main/build/scripts/oc-tests/oc-test-happy-path.sh#L26
- https://github.com/eclipse/che/blob/4e76aa111de44a02ed96a77838ac2f5c60510ddf/tests/devworkspace-happy-path/resources/pod-che-happy-path.yaml#L18
If you are going to remove it, please prepare PR to https://github.com/eclipse-che/che-operator with alternative command.
@tolusha cc
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.
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.
Please, don't remove test-empty-workspace-devworkspace-happy-path-code
until the PR is merged
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 to merge
…ypescript functional tests eclipse-che#22043 Signed-off-by: mdolhalo <mdolhalo@redhat.com>
…-che#22043 Signed-off-by: mdolhalo <mdolhalo@redhat.com>
What does this PR do?
Issue #22043
added dynamic mocha config (solution 1: #15627)
Screenshot/screencast of this PR
How to test this PR?
Test results:
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.