vscode-nunit-tdd-extensionThis extension is useful for C# developers, practicing TDD with NUnit under Visual Sudio Code. The benefitsImproving the TDD experience with Visual Studio Code by showing NUnit tests results directly in vscode. You don't need to inspect the TestResults.xml file or the console output in order to check if the tests passed or failed. How it works1. Activate the command2. Run the tests3. Observe the results directly in your test classesHow to setup your projectSetup NUnit on your project
Setup in VS Code the test taskEdit .vccode/tasks.json file
Useful resourcesNUnit for .Net Core repository Maintenance and FeedbackThis extension is maintained by Ionut Mihalcea (ionut.mihalcea@effective-labs.fr) Known IssuesPlease use the "dotnet-test-nunit": "3.4.0-beta-2"If you are using the "dotnet-test-nunit": "3.4.0-beta-3" the extension will not work. This version of the NUnit test adapter produces an invalid TestResults.xml file as documented here https://github.com/nunit/nunit.portable.agent/pull/16 Enjoy!vscode-nunit-tdd-extension |