Correctly report the status of test results
J
Jenny Miggin
Some JUnit reporters include test logs and other information within the
<system-out>
tags. When this tag is included in test results uploaded to CircleCI, these get reported as "result": "system-out",
when queried using the tests
API endpoint instead of the true result of the test e.g. "success"
, "failed"