I\'m using xUnit with the ReSharper test runner and the xUnitContrib resharper plugin.
When I have a long-running test, I\'d like to be able to output some progress
For NUnit this works:
Console.SetOut(TestContext.Progress);
** The late answer is because I had the same problem, and I just solved it. may help others