dotnet-test-nunit icon indicating copy to clipboard operation
dotnet-test-nunit copied to clipboard

Add logging to the test runner

Open rprouse opened this issue 8 years ago • 1 comments

The test runner is next to impossible to debug (at least I haven't figured out how yet), so I need some way of tracking what is going on internally.

rprouse avatar Jun 01 '16 11:06 rprouse

Did you find anything more on this? We're working at a dotnet test runner as well, especially its integration with VS IDE, and we're pretty much stuck on how to understand what's going on internally.

We just see returned int value from Program main, but no log is printed anywhere. And no idea how to attach a debugger to our own runner.

BrainCrumbz avatar Feb 08 '17 15:02 BrainCrumbz