Skip to content

v1.5.0

Compare
Choose a tag to compare
@gfoidl gfoidl released this 28 Feb 18:21
· 20 commits to master since this release
9578b89

What's new

  • Jenkins-JUnit emit status attribute for testcase (#84)

Jenkins-JUnit emit status attribute for testcase

For Jenkins JUnit on the testcase the status-attribute is set. By default 1 is set for success, and 0 for failure.
This can be configured via environment variables (note: if omitted, the default values will be used):

Status Variable default value
success TRX2JUNIT_JENKINS_TESTCASE_STATUS_SUCCESS 1
failure TRX2JUNIT_JENKINS_TESTCASE_STATUS_FAILURE 0
skipped TRX2JUNIT_JENKINS_TESTCASE_STATUS_SKIPPED not set

Where to get?

https://www.nuget.org/packages/trx2junit/1.5.0