v2.1.78
Changes:
- Capture StdOut and StdErr into the JUnit report into the
system-out
andsystem-error
elements at the bottom of the report. Note, the JUnit format does not offer a position to store the output directly in thetestcase
, which is why output is gathered at the bottom of the report. However, if you are using theFailureBodyFormat=Verbose
option, then failed tests will have any output in their failure messages. - Added a nuget package logo.
- Added ability to parse method names which include tuples or `'
- Fixed the
hostname
which now reports the machine name where the tests were run, instead of the test adapter.
Thank you to @IloSophiep, @jdelucaa, @tkohlmeier, @KonH, and @darrylmelander for submitting issues / feedback or code related to this release.