[ http://jira.codehaus.org/browse/SUREFIRE-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter closed SUREFIRE-527. --------------------------------- Resolution: Not A Bug try: {code:xml} <configuration> <properties> <property> <name>reporter</name> <value>org.testng.reporters.XMLReporter:fileFragmentationLevel=3</value> </property> </properties> </configuration> {code} > Add support for file fragementation parameter for generation of TestNG XML > reports > ---------------------------------------------------------------------------------- > > Key: SUREFIRE-527 > URL: http://jira.codehaus.org/browse/SUREFIRE-527 > Project: Maven Surefire > Issue Type: Wish > Components: TestNG support > Affects Versions: 2.4.3 > Reporter: John Thompson > > Would like to have the ability to specify the file fragmentation parameter > for the generation of XML reports. Problem is with the default setting all > the report output is written to a single file. When running multiple test > suites, there is only one log file, which gets confusing. > TestNg documentation describes the command as a command line parameter when > launching testNg: -reporter > org.testng.reporters.XMLReporter:fileFragmentationLevel=3 > See the TestNG documentation here for more info: > http://testng.org/doc/documentation-main.html#logging-xml-reports -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira