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] Support testing of web-based VS Code instances (code-server) #1344

Open jiridanek opened 3 weeks ago

jiridanek commented 3 weeks ago

Describe the request

Ability to run tests in brower-based VS Code.

I found an existing ticket about this, which seems to be not-yet resolved

Usage

In https://opendatahub.io/, we are building Workbenches based on web-based VS Code (https://github.com/coder/code-server). We would like to use a library that implements VS Code UI elements for easier writing of tests.