Automate testing an ability to disable "Install from VSIX..." functionality#23454
Merged
dmytro-ndp merged 3 commits intoeclipse-che:mainfrom Jun 26, 2025
Merged
Automate testing an ability to disable "Install from VSIX..." functionality#23454dmytro-ndp merged 3 commits intoeclipse-che:mainfrom
dmytro-ndp merged 3 commits intoeclipse-che:mainfrom
Conversation
martinszuc
commented
Jun 6, 2025
martinszuc
commented
Jun 6, 2025
3d94c5a to
cb42363
Compare
8303d77 to
5cc499d
Compare
dmytro-ndp
reviewed
Jun 17, 2025
tests/e2e/specs/miscellaneous/VsixInstallationDisableTest.spec.ts
Outdated
Show resolved
Hide resolved
dmytro-ndp
reviewed
Jun 17, 2025
tests/e2e/specs/miscellaneous/VsixInstallationDisableTest.spec.ts
Outdated
Show resolved
Hide resolved
dmytro-ndp
reviewed
Jun 17, 2025
tests/e2e/specs/miscellaneous/VsixInstallationDisableTest.spec.ts
Outdated
Show resolved
Hide resolved
dmytro-ndp
reviewed
Jun 17, 2025
tests/e2e/specs/miscellaneous/VsixInstallationDisableTest.spec.ts
Outdated
Show resolved
Hide resolved
dmytro-ndp
reviewed
Jun 17, 2025
tests/e2e/specs/miscellaneous/VsixInstallationDisableTest.spec.ts
Outdated
Show resolved
Hide resolved
dmytro-ndp
reviewed
Jun 17, 2025
dmytro-ndp
reviewed
Jun 17, 2025
dmytro-ndp
reviewed
Jun 17, 2025
dmytro-ndp
reviewed
Jun 17, 2025
dmytro-ndp
reviewed
Jun 17, 2025
dmytro-ndp
reviewed
Jun 17, 2025
dmytro-ndp
reviewed
Jun 17, 2025
tests/e2e/specs/miscellaneous/VsixInstallationDisableTest.spec.ts
Outdated
Show resolved
Hide resolved
dmytro-ndp
approved these changes
Jun 17, 2025
Contributor
There was a problem hiding this comment.
Commonly PR looks good to merge, with a few non-critical notices.
Well done, @martinszuc !
Member
|
@martinszuc @dmytro-ndp are we good to merge? |
Contributor
Author
@ibuziuk No it's not, code needs some refactoring and cleanup according to dmytros comment. I plan to take a look during weekend. So probably it should be ready by Monday. |
Prevents "devspaces.com wants to see text and images copied to the clipboard" popup when opening context menus on project files in VS Code editor during e2e test execution. Signed-off-by: Martin Szuc <mszuc@redhat.com>
…nstallation for vscode Signed-off-by: Martin Szuc <mszuc@redhat.com>
7cc000e to
35d9b1f
Compare
Assisted-by: Gemini Signed-off-by: Martin Szuc <mszuc@redhat.com>
Contributor
Author
|
If reviewers have nothing more to add, the PR is READY for merge from my side :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR adds a comprehensive end-to-end test that validates the ability to disable "Install from VSIX..." functionality in DevSpaces workspaces through ConfigMap configuration. The test implements the complete U77 test scenario and verifies:
When VSIX installation is disabled:
When VSIX installation is enabled (regression test):
The test includes new page objects and utilities for:
CommandPalette- For testing command palette interactionsExtensionsView- For testing extensions view menu interactionsExplorerView- For testing file explorer context menu interactionsNotificationHandler- For checking workspace notificationsScreenshot/screencast of this PR
What issues does this PR fix or reference?
https://issues.redhat.com/browse/CRW-8655
How to test this PR?
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or referenceandHow to test this PRcompletedReviewers
Reviewers, please comment how you tested the PR when approving it.