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 request Hello, We are currently writing a text about creating/renaming files in the explorer view. The way we do it is to use the context menu on...

enhancement

### Describe the bug The stack trace when a test fails is very poor. I would like to see the line where the test failed. Currently I can only see...

enhancement

### Describe the bug On windows we run: `npx extest setup-and-run out/test/vscode-suite/*.test.js --storage uitests` inside of a bash window (both in github actions to be able to share the step...

bug

Before submitting your PR, please review the following checklist: - [ ] **CONSIDER** adding a new test if your PR resolves an issue. - [ ] **DO** keep pull requests...

bug
do-not-merge/work-in-progress

### Describe the request The Custom Hover was introduced for a lot of elements in VS Code DOM for versions 1.87+. The thing is that for those elements there is...

enhancement

### Describe the request I think that it would be very useful to have a comparision between vscode-extension-tester and https://github.com/microsoft/vscode-test-cli projects, with pros and cons, differences, things in common. ###...

enhancement
good-first-issue

### Describe the bug Hello, We tried to maximize the VSCode instance because we need TitleBarItems that are not visible in a normal sized VSCode instance. But we found that...

bug

Currently it seems to be unsupported to control the quick actions (aka "quick fix") menu, that can be opened within the text editor or via the "Quick fix" command from...

enhancement
good-first-issue

### Describe the bug When no tests are found, the `fail-zero` flag in specified `.mocharc.json` is not respected, and process still does exit 0, although no tests were found. [Logs...

bug

### Describe the request Hello, This is actually more like a question. Do we have any support to the README page of extensions? (See below). The editor title can be...

enhancement
good-first-issue