Two comments:
1. The larger files are always the ones with failures eg 3kb no
failures, 12kb has failures. So you can sort by size and find them
pretty quickly.
2. You can set <useFile>false</> in m-surefire-p configuration and it
will print its output to the command line rather than the files.

Wayne

On 10/31/07, rmatthews <[EMAIL PROTECTED]> wrote:
>
> When I build with Maven it is running the unit test as expected, however if a
> test fails then I have no immediate indication why.  If I set printSummary
> to false I get no indication whatsoever; when  it is true I get many line
> telling me things are OK.  The upshot of it is that I am left to browse
> through many text/xml files in the surefire-report directory to find the
> problem: this is not very efficient.  The alternative is run create the site
> and browse the output, which makes the looking quicker but it takes a long
> time to generate the site.
>
> Is there any way to have printed out, only on failures, what has failed and
> see the stack trace, ie to have the same facility I have in my IDE?
>
> If that is not possible, how do I get the surefire-report plugin to run
> after a test failure (ie during the test phase rather than the site phase.
>
> Many thanks
> Robert Matthews
> --
> View this message in context: 
> http://www.nabble.com/Finding-out-what-test-has-failed-and-why-tf4724947s177.html#a13508821
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to