Skip to content

How to run and debug unit tests

Gregg Miskelly edited this page Sep 25, 2017 · 5 revisions

The C# extension currently supports running and debugging a unit test via CodeLens annotations on test methods. Just click the links:

CodeLens

Notes

  • Because dotnet test will run the test code in a child process, it isn't possible to just configure a "unit test debugging" configuration in launch.json
  • There currently isn't a VS Code command to run the current test, though there is an issue for this in the backlog.
Clone this wiki locally