-
Bug
-
Resolution: Unresolved
-
Critical
-
None
The testng-results.xml can have multiple suites as in https://github.com/yasassri/TestSample/blob/master/target/surefire-reports/testng-results.xml. But the parser doesn't pick multiple suites. It will only pick the last suite.
[JENKINS-34383] Testlink-Plugin is unable to read multiple suites from a single testNG result file.
Priority | Original: Minor [ 4 ] | New: Critical [ 2 ] |
Summary | Original: Plugin is unable to read multiple suites from a single testNG result file. | New: Testlink-Plugin is unable to read multiple suites from a single testNG result file. |
Workflow | Original: JNJira [ 170488 ] | New: JNJira + In-Review [ 183920 ] |
This issue is fixed with following PR,
https://github.com/jenkinsci/testlink-plugin/pull/22