Summary
From @dotMorten in https://twitter.com/dotMorten/status/1738293952241942799?t=1v1dYP03YxoJNUAUsP_Q7g&s=19
I actually don't like that the return code is non-zero for a full run that completed as expected but with failures. I use the TRX to decide how successful. I'd prefer non-zero only if the run crashed
Background and Motivation
Jenkins won't by default import and parse the TRX if it sees a failure return code
AB#1934902