Hi, as my account has been deleted, here is a summary of my deleted post
* we could do what is explain in this post:
viewtopic.php?f=2&t=17209* the createNew method factory of the JunitReportCollector (
https://github.com/SmartBear/soapui/blo ... .java#L271) is not used
* before soapui 4.0.0, there was a way to extend the testcase runner by overriding the createJUnitReportCollector method (see
https://github.com/SmartBear/soapui/com ... 5c888b16a9) but this has been removed when the security-test feature has been introduced.
* so to be able to use a custom JunitReportCollector, we should 1st override the or restore a way to configure the collector "a la" createNew method (notice that we should return an instance of JUnitSecurityReportCollector)