redhat-developer / vscode-extension-tester

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 journey. Simplify UI testing for your VS Code extensions and elevate the quality of your user interface effortlessly.
Apache License 2.0
243 stars 67 forks source link

[🚀 Request] Add QuickInputButton #1363

Open Fabustus opened 3 weeks ago

Fabustus commented 3 weeks ago

Describe the request

InputBoxes and QuickPickItems support "QuickInputButton" here for reference. These buttons are available for each item, not to be mistaken for the "Back" button on the top left corner [#136]

Usage

image

I want to test these buttons in my E2E-tests but they are not available.