maven-soapui-extension-plugin icon indicating copy to clipboard operation
maven-soapui-extension-plugin copied to clipboard

[test and test-multi goal] custom junit report collector should add the project name to the testsuite

Open redfish4ktc opened this issue 10 years ago • 0 comments

This is what is done in

  • SoapUI JUnit-Style HTML Reports (see http://www.soapui.org/Reporting/junit-style-html-reports.html)
  • this blog post: http://blog.infostretch.com/customizing-soapui-reports (used for initial implementation of our junit collector, see #42)

This is particularly helpfull when using several soapui projects in the same maven execution. It allows to quickly know to which project a TestSuite belong (expecially when testsuite have the same name accross projects). We could provide a way to activate/unactivate this (plugin configuration parameter, java system property, ....)

redfish4ktc avatar Apr 17 '14 10:04 redfish4ktc