[ 
https://issues.apache.org/jira/browse/SUREFIRE-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tibor Digana updated SUREFIRE-701:
----------------------------------
    Fix Version/s:     (was: 3.0-RC1)
                   3.0

> showSuccess option for test reports: show reports only for failed tests
> -----------------------------------------------------------------------
>
>                 Key: SUREFIRE-701
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-701
>             Project: Maven Surefire
>          Issue Type: New Feature
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.8
>            Reporter: Alexander Klimetschek
>            Priority: Major
>             Fix For: 3.0
>
>         Attachments: showsuccess.patch
>
>
> Use case:
> When you have a few tests, and some of them fail during 
> development/refactoring, you find yourself repeatedly looking into 
> target/surefire-reports to open the test report (txt) files with the errors 
> and stack traces to analyze them. However, by default reports will be written 
> also for successful tests, and both in txt and xml format (the xml files can 
> already be omitted using disableXmlReport=false). This makes it hard to find 
> the files that contain the failed tests.
> Solution proposal:
> Just as the maven-surefire-report-plugin already has a showSuccess option, 
> that, if set to "false", will not report successful tests, the same should be 
> available for the maven-surefire-plugin and the normal test goal.
> Either set "-DshowSuccess=false" on the command line or define 
> "<showSuccess>false</showSuccess>" in the maven-surefire-plugin configuration 
> of the pom, and reports for successful tests should not be written to the 
> reports directory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to