Closed gfoidl closed 3 years ago
Fixes https://github.com/gfoidl/trx2junit/issues/83
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):
1
0
TRX2JUNIT_JENKINS_TESTCASE_STATUS_SUCCESS
TRX2JUNIT_JENKINS_TESTCASE_STATUS_FAILURE
TRX2JUNIT_JENKINS_TESTCASE_STATUS_SKIPPED
Fixes https://github.com/gfoidl/trx2junit/issues/83
Jenkins JUnit
For Jenkins JUnit on the testcase the status-attribute is set. By default
1
is set for success, and0
for failure. This can be configured via environment variables (note: if omitted, the default values will be used):TRX2JUNIT_JENKINS_TESTCASE_STATUS_SUCCESS
1
TRX2JUNIT_JENKINS_TESTCASE_STATUS_FAILURE
0
TRX2JUNIT_JENKINS_TESTCASE_STATUS_SKIPPED