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 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...
### 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...
### 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...
Before submitting your PR, please review the following checklist: - [ ] **CONSIDER** adding a new test if your PR resolves an issue. - [ ] **DO** keep pull requests...
### 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...
### 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. ###...
### 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...
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...
### 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...
### 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...