-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Can NUnit tests be run with vscode? #226
Comments
At this moment, no, as VSCode doesn't support test runners as far as I know. The Ionide plugin does support running FAKE scripts, which can also be used to run tests. Once this feature is implemented in the CLI, we will be working on shipping a FAKE script alongside each exercise to run the tests. |
@ErikSchierboom - Thanks for getting back to me Are there any recommended docs for running these FAKE scripts? And if there are, perhaps they should be added to the "Running the tests" section for F#. My laptop has very little space and I'd rather not download Xamarin if i don't have to! |
By the way, the FAKE documentation is also quite nice. You could try to follow their getting started tutorial. |
I'll close this issue, as it is really as VS Code feature (which I would love to see!). Hopefully, we can make things simpler in the future. |
On OSX - can I run the NUnit tests w/o Xamarin? Would the ionide plugin for VSCode be enough?
The text was updated successfully, but these errors were encountered: