I am using Maven for my project and have following qustion:
I want to see the logging output of my JUnit tests (log4j, System.out, whatever) in tests reports. Do you have any idea how to achieve this?
Thanks ;-)
|
|
I believe you can redirect the output ( Check more about this in the plugin docs In one snipplet:
|
||||
|
|