Skip to content

v2.1.78

Compare
Choose a tag to compare
@Siphonophora Siphonophora released this 27 Sep 15:39
· 50 commits to master since this release
bf1649e

Changes:

  • Capture StdOut and StdErr into the JUnit report into the system-out and system-error elements at the bottom of the report. Note, the JUnit format does not offer a position to store the output directly in the testcase, which is why output is gathered at the bottom of the report. However, if you are using the FailureBodyFormat=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.