brettporter wrote:
>
> On 19/05/2009, at 11:50 AM, Ben Hutchison wrote:
>> 1. When running a suite of tests with "surefire:test
>> <http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html
>> >", the main thing you want to see a summary of all failed tests. It
>> is THE most important and normal thing to look at. I was surprised
>> to discover Surefire doesnt produce this by default. Instead, it
>> creates many individual reports, one per test, whether they passed
>> or failed.
>
> This is the output from one of my projects:
>
> [INFO] [surefire:test]
> ... snip ...
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
>
> What are you looking for that is different to that?
>
Hi Brett,
Thanks for responding. To answer your question, I would like a file created
that contains a test summary like the above, by default.
Because (a) the Maven console can become very crowded and noisy, and (b) in
embedded situations, the console may not be obviously visible.
In my usage yesterday (where I had a frustrating experience) both (a) and
(b) applied.
-Ben
--
View this message in context:
http://www.nabble.com/Why-isn%27t-Surefire-more-easier-and-more-sensible-to-use--tp23611804p23628539.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]