Search code examples
visual-studio-2008mbunitgallio

Gallio test results showing in Output tab of Visual Studio?


Does anyone know how to have the test results of a Gallio test run (I'm using MbUnit, fwiw), show in the Output tab of Visual Studio? Right now it's opening a new window and showing the results there.

Thanks fellas, -Steve


Solution

  • You might want to use the TestDriven.Net test runner. It's entirely compatible with Gallio/MbUnit and it displays the test results in the VS Output Window.