-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 all tests in CI server(s) #15
Comments
I think that being able to redirect the tests output to a file would be enough; no need to mock out the whole VS Code API from the cli. If I got you right. |
@guillermooo Tests execute in the VSCode context so it requires at least a window. |
GUIs run fine in Appveyor and you can get Travis to run GUIs too. See: https://github.com/randy3k/UnitTesting/blob/master/sbin/travis.sh#L78 We test Sublime Text just fine in both CI services. |
Sweet! Didn't know you can have windowed processes on Travis or Appveyor. Definitely would be a better solution to just running a subset of the tests as we are now. I think we are blocked on this until microsoft/vscode#118. |
With Dec. update, possible to run tests with Travis CI (https://code.visualstudio.com/Docs/extensions/testing-extensions) Caveats:
Investigative work in this branch: https://github.com/VSCodeVim/Vim/tree/run-all-tests |
The idea is to do this in the CI server(s):
The text was updated successfully, but these errors were encountered: