-
Notifications
You must be signed in to change notification settings - Fork 3
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
Run Tests in Pipeline #83
Comments
@martonsagi what (still) needs to be done to accomplish this? |
I need to check if tests are running locally on my machine (it's clean in this respect). Then I can evaluate possible dependencies and tasks for DevOps runs. Note: VSCode testing might download a headless VSCode version each time, so the could extend each DevOps run by ~5 minutes. |
I just ran them again and saw that a few ones fail. Let me check that first. I'll come back to you if they're running successful again |
I fixed the tests. They run successfully on my local machine if I call them from the vscode-extension folder (necessary because of the relative paths as you already noticed once) |
If you have some questions -> Feel free to reach out to me:) |
No commit linked to this issue, @DavidFeldhoff ? |
I've fixed it with this one :) |
Currently the automated tests can run manually, but it would be nice to get them running in the pipeline
The text was updated successfully, but these errors were encountered: