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...
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.1. Release notes Sourced from chai's releases. v5.1.1 What's Changed Set up ESLint for JSDoc comments by @βkoddsson in chaijs/chai#1605 build(deps-dev): bump ip from 1.1.8...
### Describe the bug The url to download is giving 404: Downloading ChromeDriver 122.0.6261.128 from: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.128/linux64/chromedriver-linux64.zip 240progress: 0/1449 (0%) 241HTTPError: Response code 404 (Not Found) 242 at Request._onResponseBase (/home/runner/work/c3vsce/c3vsce/c3/c3vsce/test/node_modules/got/dist/source/core/index.js:913:31) 243...
### Describe the bug Hi, team, I want to click the action "Refresh" in the viewSection as following pic, but section.getAction('Refresh') does not work. the reason is another button "Collapse...
### Describe the bug When trying to access some element for future work, like InputBox.create(), I assume the extension tester "moves the pointer" to the location of the element and...
### Describe the bug This used to work before. I try to set a value to a combo box field - e.g. `Files->Auto Save` or `Editor->Cursor Style` I'm able to...
> Define the issue title **short** and **most specific** to the problem. > Replace all **'???'** with relevant information. **Describe the bug** - The problem is that each test class...
### Describe the request investigate possibility of [inquirer](https://www.npmjs.com/package/inquirer) ### Usage easiest way of building full extest command with options
### Describe the request documentation on GitHub Wiki pages is up to date ### Usage wiki content will be more healthy
### Describe the bug Sometimes it can happen that confirm method is not really confirm the opened input box ### Steps to reproduce ```Shell 1. open input box 2. set...
### Describe the request Hi, I'm having trouble retrieving the text/info that appears when I hover over a part of the code in the text editor (ie. red circled part...