dotnet-test-nunit
dotnet-test-nunit copied to clipboard
Add logging to the test runner
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.
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.