Failed to parse test result file "<bamboo-work-dir>/run_results-junit.xml"

Issue #5 new
Former user created an issue

Hello,

we are currently evaluating this plugin version 3.7.2 on Bamboo version 6.7.3.

During execution the plugin writes the file <bamboo-work-dir>/run_results-junit.xml and fails with:

Failed to parse test result file "<bamboo-work-dir>/run_results-junit.xml"

Seems the plugin creates "<br>" elements within the message attribute of the <failure> element which are not correctly escaped.

Example:

<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="TCApplication-tc-pdm-uft-parse-DefaultJob" time="0.065"><testcase name="TS_TDM_SMOKETEST_FUNC1" classname="Application-tc-pdm-uft-parse-DefaultJob" time="0.065"><failure message="Environment Setup...<br>Information<br>2019-07-17 20:35:21<br>Login to ...<br>Passed<br>2019-07-17 20:35:23<br>User Group...<br>Failed<br>2019-07-17 20:35:30<br>"></failure></testcase></testsuite></testsuites>

Can you please verify this behavior.

BR Thomas Geldner

thomas.geldner-ext@bshg.com www.bsh-group.com

Comments (0)

  1. Log in to comment