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
257 stars 70 forks source link

[🚀 Request] Access to Extension README page? #1031

Open NevEinsit opened 9 months ago

NevEinsit commented 9 months ago

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 found but I cannot access the content of it. It seems to be WebView (similar to https://marketplace.visualstudio.com/items?itemName=ms-python.python) but cannot access by locators. extension_README

Much appreciated!

Usage

As a tester, I want to make sure that the extension README contains important information (introduction, requirements, license compliance, etc.)

djelinek commented 9 months ago

Hello @NevEinsit, thank you for bringing up this issue. Actually that is good one and it should be possible, but I am not 100% sure, because we are not testing that at the moment.

I will take a look closer and get back to you soon!