-
Notifications
You must be signed in to change notification settings - Fork 88
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
Updated oc-test-happy-path.sh according to new test scripts in "Che" project #1641
Conversation
…oject #22043 Signed-off-by: mdolhalo <mdolhalo@redhat.com>
Hi @nallikaea. Thanks for your PR. I'm waiting for a eclipse-che member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nallikaea The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@nallikaea |
Codecov Report
@@ Coverage Diff @@
## main #1641 +/- ##
==========================================
- Coverage 57.95% 57.92% -0.03%
==========================================
Files 70 70
Lines 8220 8224 +4
==========================================
Hits 4764 4764
- Misses 3136 3140 +4
Partials 320 320 see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@tolusha sure, description updated |
|
thank you, @tolusha. this is expected result, because PR eclipse-che/che#22052 has not merged yet |
/retest |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
@nallikaea : it seems there is a mistake in https://github.com/eclipse/che/blame/main/tests/e2e/configs/sh-scripts/initDevfileTests.sh#L23 - redundant Also, it's not clear why $TS_SELENIUM_EDITOR is empty when execute "initDevfileTests.sh". @ScrewTSW, @musienko-maxim: cc |
fix merged |
/retest |
/retest |
@tolusha @dmytro-ndp @musienko-maxim |
What does this PR do?
According to task #22043 test scripts were updated, necessary changes added to this repository.
PR: #22052
The old npm script "test-empty-workspace-devworkspace-happy-path-code" runs one test spec file - "EmptyWorkspace.spec.ts" from the test directory and uses hard-coded mocha config.
It was replaced with "test-all-devfiles" which uses new dynamic mocha config and will run the same file if variable "USERSTORY=EmptyWorkspace" or all test specs in the test directory if variable not set.
Screenshot/screencast of this PR
N/A
What issues does this PR fix or reference?
How to test this PR?
Run happy-pass PR check.
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.