redfish4ktc / maven-soapui-extension-plugin

This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.
Apache License 2.0
45 stars 22 forks source link

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

Open redfish4ktc opened 10 years ago

redfish4ktc commented 10 years ago

This is what is done in

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, ....)