Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I see the console output when running tests with NCrunch?

I don't know if it's implemented but there is an option for NCrunch output in the Output window.

enter image description here

TestDriven.NET is already doing this while you are running the tests and I realized it was useful when trying out things quickly. Is there a way to make it work in NCrunch?

like image 590
Ufuk Hacıoğulları Avatar asked Aug 27 '12 19:08

Ufuk Hacıoğulları


1 Answers

Check the NCrunch Tests window. I had the same issue, but then noticed that the Tests window is displaying output from my Console.WriteLine calls.

like image 177
j33pfan Avatar answered Oct 24 '22 06:10

j33pfan