You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andreas Gudian (JIRA)" <ji...@codehaus.org> on 2015/02/08 14:52:17 UTC

[jira] (SUREFIRE-1142) Summarize at End in multimodule projects

Andreas Gudian created SUREFIRE-1142:
----------------------------------------

             Summary: Summarize at End in multimodule projects
                 Key: SUREFIRE-1142
                 URL: https://jira.codehaus.org/browse/SUREFIRE-1142
             Project: Maven Surefire
          Issue Type: New Feature
            Reporter: Andreas Gudian


In multimodule projects with {{testFailureIgnore=true}}, it is very tedious to find out if / where there were any test failures when building on the console. Our HTML report format is of no real help there either.

I suggest to display the test summary of failing tests at the end of the reactor build (or after the last of the reactor projects) in case {{testFailureIgnore=true}}.

Implementation-wise, we can do it like install / deploy do it with their {{installAtEnd}} / {{deployAtEnd}} options. 



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)