vscode-extension-tester icon indicating copy to clipboard operation
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...

Results 73 vscode-extension-tester issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

bug

### 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 >=...

enhancement