TestNG no longer creates TestSuite.txt file -------------------------------------------
Key: SUREFIRE-771 URL: https://jira.codehaus.org/browse/SUREFIRE-771 Project: Maven Surefire Issue Type: Bug Components: TestNG support Affects Versions: 2.10, 2.9 Reporter: Christoph Kutzinski Priority: Minor When running TestNG tests with surefire up to v2.8 only a single file TestSuite.txt was generated in the output directory with a summary about the tests including output from all failed tests. I found this format much more helpful than the JUnit format with a single file per test class. Since surefire 2.9 TestNG files seem to follow the same format - i.e. one *.txt file per test class. While one *could* argue that this would be a good thing to unify the output from JUnit and TestNG, I couldn't find anything related in the release notes ( http://maven.40175.n5.nabble.com/Maven-Surefire-Plugin-2-9-Released-td4501032.html ), so it doesn't look like a conscious change to me. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira