-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add automated tests to the VSCode extension #5442
Comments
@thewahome @petrhollayms would you mind sharing what is still pending on this PR and whether there is any work still needed? Otherwise, we should ship it. Thanks |
It was pending review of the work that @fey101 was doing which it got today. So right now it should be shipping 😀 |
We would either need someone with project repo rights to override request for changes by @baywet since they have been succintly addressed and tested and Vincent is OOO, or wait for him to resume work for the PR to be merged. |
Problem
The Visual Studio extension currently lacks automated tests, which is risky in the following ways:
Proposal
I propose adding automated tests for the extension to improve its reliability and maintainability. This will reduce the need for manual testing and help ensure new changes don’t introduce regressions.
To start, we could follow the official Visual Studio Code testing documentation, which outlines how to set up and run tests for extensions.
Benefits
Next Steps
Feedback
I’d love to hear the team's thoughts on this proposal and any suggestions for specific areas we should focus on for testing first. Feel free to share any relevant experiences or resources that could help improve this plan.
The text was updated successfully, but these errors were encountered: