You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the results you received:
Hi, maven tests results are something standard or is a tibco format ?
Asking because customer wants to show the results on SonarQube (it seems it accept just JUNIT xml format).
Do you know how to convert it to JUnit format?
Maven Plugin version: 2.8.0
Maven version: 3.6.1
Product : TIBCO Businessworks Container edition
Product version: 2.6.1
Component: Maven build plugin
Steps to reproduce the issue:
Additional environment details if any:
Describe the results you received:
Hi, maven tests results are something standard or is a tibco format ?
Asking because customer wants to show the results on SonarQube (it seems it accept just JUNIT xml format).
Do you know how to convert it to JUnit format?
<completeReportDTO> <moduleResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="testSuiteResultDTO"> <codeCoverage xsi:type="processCoverageDTO"> <activityCoverage xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">Mapper</activityCoverage> <activityCoverage xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">Start</activityCoverage> <activityCoverage xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">End</activityCoverage> <activityCoverage xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">MapperWithId</activityCoverage> <moduleName>bw.mc-genapp</moduleName> <processName>MC-timer-genapp.MCI.Order.SubProcessCamundaSinistre</processName> <transitionCoverage xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">StartToEnd</transitionCoverage> <transitionCoverage xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">MapperToCopy_1_Mapper</transitionCoverage> <transitionCoverage xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">Copy_1_MapperToEnd</transitionCoverage> </codeCoverage> <moduleInfo> <appName>bw.mc-genapp.application</appName> <appVersion>1.0</appVersion> <moduleName>bw.mc-genapp</moduleName> <moduleVersion>1.0.0.qualifier</moduleVersion> </moduleInfo> <testSetResult xsi:type="testSetResultDTO"> <packageName>MC-timer-genapp.MCI.Order</packageName> <processName>MC-timer-genapp.MCI.Order.SubProcessCamundaSinistre</processName> <testCaseResult xsi:type="testCaseResultDTO"> <assertionFailure>0</assertionFailure> <assertionResult xsi:type="assertionResultDTO"> <activityName>Mapper</activityName> <activityOutput></activityOutput> <assertionMode>Primitive</assertionMode> <assertionStatus>passed</assertionStatus> <endElementNameTag></out></endElementNameTag> <goldInput><out>AAC</out></goldInput> <instanceId>bw0a100</instanceId> <message></message> <startElementNameTag><out></startElementNameTag> </assertionResult> <assertions>1</assertions> <assertionsRun>1</assertionsRun> <processFailures>0</processFailures> <testCaseFile>/bw.mc-genapp/Tests/bw.mc-genapp2.bwt</testCaseFile> </testCaseResult> </testSetResult> <showFailureDetails>false</showFailureDetails> </moduleResult> </completeReportDTO>
Describe the results you expected:
JUnit format for maven tests goal
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: