ExTester: UI Testing framework for Visual Studio Code Extensions #1156
djelinek
started this conversation in
Extension Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📣 Calling all VS Code extension developers! Discover a powerful testing option for your extensions with ExTester 🚀
ExTester is a robust testing framework developed several years ago and widely adopted within the community. It's time to officially introduce it also here!
🔍 What is ExTester?
ExTester is designed to enable end-to-end (e2e) testing scenarios using Selenium WebDriver API. It simulates user interactions with your extension's UI at the VS Code DOM level, providing real UI testing capabilities beyond the VS Code Test CLI.
🔗 Learn More: ExTester Homepage
🔧 Try It Out:
Explore a brief overview under line below and test with our sample extension to experience the power of ExTester firsthand.
We value your feedback, questions, and sharing of experiences! Let's elevate extension testing together. ❤️
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
How To Install
Simply install our package into your extension devDependencies to get started:
Documentation
Our full documentation is located in 🔗 GitHub Wiki. Included are details about Page Objects API and how to setup Mocha tests information.
Example extension using ExTester
This is a Hello World example extension that shows you how to set up and run simple UI tests for VS Code extensions using the ExTester. For more details see Hello World ExTester.
Beta Was this translation helpful? Give feedback.
All reactions