You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Pauquette, Bryan" <br...@cingular.com> on 2005/09/22 22:20:14 UTC

junit-report:report plugin

Has anyone had any experience with running integration tests and
publishing the results using the junit-report:report plugin?

Here is my situation.   

I have a set of approximately 100 junit tests that are not really unit
tests at all because these tests interact with a legacy system that I
need to keep a close eye on. 

We have our build set up to run at 2:00 am in the morning and
unfortunately the legacy system is not available at that time so our
junit report shows that a lot of the tests have failed.  

I have collected all of the tests that I want to run in a test suite and
I want to run it at 10:00 am in the morning so I can publish it on a
daily basis.  I don't want to run these tests with the rest of the
nightly 2:00 am build. 

I am somewhat new to maven and struggle with a lot of the concepts
involved so I could use an experienced guide.....

Does any one have any best practices advice on how to achieve something
like this?   



Thanks





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org