Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/redhat-developer/vscode-extension-tester

extensions redhat selenium-webdriver testing ui ui-testing vscode

Last synced: 26 days ago
JSON representation

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.

Awesome Lists containing this project

README

        


ExTester for Visual Studio Code


ExTester
ExTester Locators
ExTester Page Objects
License

Maximal supported version of VS Code
Main CI
Insider CI


UI Testing Framework for Visual Studio Code.


Features
Requirements
Usage
Documentation
Known Issues


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. Dive into efficient testing with ExTester today!


### Features

- ⬇️ Download a test instance of Visual Studio Code.
- ⬇️ Download the appropriate version of ChromeDriver.
- 📦 Pack and Install your extension into downloaded VS Code instance.
- 🚀 Launch the VS Code instance using Selenium WebDriver.
- 🔥 Run your tests.

### Requirements

| NodeJS | Visual Studio Code | Operating System |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 20.x.xLTSLatest✅❓❓❓ Best-effort | min-max1.92.x1.93.x1.94.x | LinuxWindowsmacOS✅✅⚠️⚠️ [Known Issues](KNOWN_ISSUES.md#macos-known-limitations-of-native-objects) |

#### NodeJS Support Policy

ExTester is aiming same support for [NodeJS releases](https://nodejs.org/en/about/previous-releases) as **Visual Studio Code** and **Selenium WebDriver** have.

- For more info see [Contributing to Visual Studio Code > Prerequisites](https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites) and [Selenium > selenium-webdriver > Node Support Policy](https://github.com/SeleniumHQ/selenium/tree/trunk/javascript/node/selenium-webdriver#node-support-policy).

### Usage

Simply install our package into your extension `devDependencies` to get started:

```npm
npm install --save-dev vscode-extension-tester@latest
```

Make sure to check out the 🔗 [Documentation](../../wiki) for detailed instructions.

- 📄 [How to set up the tests](../../wiki/Test-Setup)
- 📄 [Configuring Mocha](../../wiki/Mocha-Configuration)
- 📄 [An example simple test case](../../wiki/Writing-Simple-Tests)
- 📄 [Page objects API quick guide](../../wiki/Page-Object-APIs)

### Documentation

Our full documentation is located in 🔗 [GitHub Wiki](../../wiki). Included are details about Page Objects API and how to setup Mocha tests information.

### Issues

Something is not working properly? In that case, feel free to 🔗 [open feature requests, report bugs, etc.](../../issues/new/choose)

### Get Involved

![Contribution Welcomed](https://img.shields.io/badge/welcomed-yellow.svg?style=for-the-badge&label=contribution)

If you'd like to help us get better, we appreciate it! Check out our 🔗 [Contribution Guide](CONTRIBUTING.md) on how to do that.

### Known Issues

We have prepared few answers for most common problems community reported. See 🔗 [Known Issues](KNOWN_ISSUES.md)