Hi Omair, two suggestions:
1.) All test reports are placed into target/test-reports. There you'll find more information about the tests. 2.) Use the JUnit plugin of your favourite IDE or the JUnit testrunner during development. Using Maven for each test has too long development cycles. Those pugins provide a more direct feedback about what's going wrong. -Mo. On Wed, 22 Sep 2004 15:13:24 -0400, Omair-Inam Abdul-Matin <[EMAIL PROTECTED]> wrote: > Is it possible to print out the stack trace for tests that fail or raise > an error. I would like more details that a failure/error count. > > Omair > > --------------------------------------------------------------------- > 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]
