Open
Description
Right now we use TlcEnvironment (or ConsoleEnvironment) which outputs everything to console.
And XUnit don't care about console, and if you want to look on output during test execution you need to do something like this:
We should have XUnitEnvironment or TestEnvironment and redirect all output to ITestOutputHelper.