You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christian Cabanero <ch...@yahoo.com> on 2004/02/12 03:22:33 UTC

Junit-report plugin version 1.4 questions

Hi,

I can't seem to get the junit-report plugin working.  Is it supposed to
do something beyond just create an xml file?  I used to use junitreport
to creat a collection of frame-based html documents that nicely
summarized my test results.  How do I do this with maven using the plug
in?  I've tried both version 1.3 and 1.4 of junit-report-plugin and they
don't seem to do much when I run the junit-report:report goal.  It only
seems to create a junit-report.xml file which doesn't even have any data
in it.  Am I do something wrong?

What are people using to sumarize their test results so they can browse
it easily?

Thanks,
Christian


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


RE: Junit-report plugin version 1.4 questions

Posted by Christian Cabanero <ch...@yahoo.com>.
I should qualify my issues a little more.  Obviously, Maven does a nice
job of summarizing your test results.  But one feature that JUnitReport
has in the Ant world at least is that it sets up a javadoc-like version
of all your test results so you can click into each TestCase and see the
details behind each error and even see the stack trace of the Error or
AssertionFailure for each failure.  With Maven I don't see this kind of
detail anywhere which forces me to go in manually into each
target\test-reports\TEST-[test class].txt file and look at the test
failure details there.

Thanks,
Christian

-----Original Message-----
From: Christian Cabanero [mailto:chumpboy@yahoo.com] 
Sent: Wednesday, February 11, 2004 6:23 PM
To: 'Maven Users List'
Subject: Junit-report plugin version 1.4 questions


Hi,

I can't seem to get the junit-report plugin working.  Is it supposed to
do something beyond just create an xml file?  I used to use junitreport
to creat a collection of frame-based html documents that nicely
summarized my test results.  How do I do this with maven using the plug
in?  I've tried both version 1.3 and 1.4 of junit-report-plugin and they
don't seem to do much when I run the junit-report:report goal.  It only
seems to create a junit-report.xml file which doesn't even have any data
in it.  Am I do something wrong?

What are people using to sumarize their test results so they can browse
it easily?

Thanks,
Christian


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


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