redhat-developer / vscode-extension-tester

ExTester: Your Essential UI Testing Companion for Visual Studio Code Extensions! Seamlessly execute UI tests with Selenium WebDriver, ensuring robustness and reliability in your extension development journey. Simplify UI testing for your VS Code extensions and elevate the quality of your user interface effortlessly.
Apache License 2.0
265 stars 72 forks source link

feat(cli): Allows instaling pre-release version of extensions #1568

Closed serhergz closed 1 month ago

serhergz commented 1 month ago

feat(cli): This change allows to install pre-release versions of extensions into the test instance. This change is useful for automation testing where you want to prevent a dependency breakage detecting it as soon as possible. There are no test in the suite for the cli commands, i tested locally.

djelinek commented 1 month ago

reported by SonarCloud

image
djelinek commented 1 month ago

feat(cli): This change allows to install pre-release versions of extensions into the test instance. This change is useful for automation testing where you want to prevent a dependency breakage detecting it as soon as possible. There are no test in the suite for the cli commands, i tested locally.

Thank you for your PR! I will work on reviewing your code ASAP.

Could you please also find/open appropriate issue (request)?

Thank you! 🙂

serhergz commented 1 month ago

Hi Dominik, I created this issue https://github.com/redhat-developer/vscode-extension-tester/issues/1583, And i will fix your comment.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

serhergz commented 1 month ago

I will close this PR and create a clean one