Test Std Out - aegoroff/msbuildteamcitytasks GitHub Wiki
Test output task (into standart output stream)
Introduction
Test output reporting (to be shown as the test result if the test fails). A test should have no more then one TestStdOut and one TestStdErr message. The messages should appear inside TestStarted and TestFinished messages with the matching name attributes.
Details
Test output
<TestStdOut
Name="test.name"
Out="output"
/>
Test output full example (with all optional attributes)
<TestStdOut
IsAddTimestamp="true"
FlowId="1"
Name="test.name"
Out="output"
/>