vscode-extension-tester
vscode-extension-tester copied to clipboard
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...
### Describe the bug We are trying to use the new ubuntu-24.04 GitHub Action runner image in our CI and found UI test was failing ([reference](https://github.com/ansible/vscode-ansible/pull/1480)). As far I looked...
### Describe the bug When there are multiple Web views active in the VS Code then `webview.switchToFrame()` might not return the expected Web view. This is related to the change...
### Describe the request Some of the locators for newer version are currently hardcoded, this should be replaced with corresponding locators in locators lib. Example: `const breakpointContainer = TextEditor.versionInfo.version >=...