Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/redhat-developer/vscode-extension-tester
- Owner: redhat-developer
- License: apache-2.0
- Created: 2019-02-28T09:00:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T19:40:42.000Z (5 months ago)
- Last Synced: 2024-05-28T22:03:36.956Z (5 months ago)
- Topics: extensions, redhat, selenium-webdriver, testing, ui, ui-testing, vscode
- Language: TypeScript
- Homepage:
- Size: 5.49 MB
- Stars: 232
- Watchers: 11
- Forks: 67
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
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)