jeffwood
16 years agoContributor
junit report in free version has <none> for package name
The html file(s) generated by the junitreport ANT task that convert the SOAPUI (free version) JUnit XML reports to HTML do not contain the project name. The frames output shows the package name as .
This can be fixed by adding the project name in the testSuite name attribute in the JUnit TEST-* reports. The format of the name attribute should be:
ProjectName.TestSuiteName
Perhaps this could be fixed in the next release.
Don know if this helps anyone but, I currently use this style sheet to convert the xml for before running the junitreport task:
This can be fixed by adding the project name in the testSuite name attribute in the JUnit TEST-* reports. The format of the name attribute should be:
ProjectName.TestSuiteName
Perhaps this could be fixed in the next release.
Don know if this helps anyone but, I currently use this style sheet to convert the xml for before running the junitreport task: