Skip to content

[DRAFT] Automate testing an ability to disable "Install from VSIX..." functionality #23454

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

@martinszuc martinszuc changed the title Automate testing an ability to disable "Install from VSIX..." functionality [DRAFT] Automate testing an ability to disable "Install from VSIX..." functionality Jun 6, 2025
const extensionsView: ExtensionsView = e2eContainer.get(CLASSES.ExtensionsView);
const explorerView: ExplorerView = e2eContainer.get(CLASSES.ExplorerView);

const testRepoUrl: string = 'https://github.com/RomanNikitenko/web-nodejs-sample/tree/install-from-vsix-disabled-7-100';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this repo be forked into our crw-qe test repositories?

@@ -36,7 +36,11 @@ export class ChromeDriver implements IDriver {
.addArguments('--no-sandbox')
.addArguments('--disable-web-security')
.addArguments('--allow-running-insecure-content')
.addArguments('--ignore-certificate-errors');
.addArguments('--ignore-certificate-errors')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to add these arguments because of popup:
image

@martinszuc martinszuc force-pushed the CRW-8655 branch 8 times, most recently from e87d110 to 7a0cc17 Compare June 10, 2025 12:45
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 <[email protected]>
Assisted-by: Gemini
Signed-off-by: Martin Szuc <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant