Hi,
I have Java project built with Maven2. There is used JUnit framework for testing ( and Selenium but it is irrelevant ). I would like to add screenshot ( I have it ) into result of tests. Here, on SO, I found similar question which solves it but with Ant. I would like to know if there is any option how to manage it with Maven2 instead of Ant or if there is other solution how to add screenshot into test results.
For testing in Maven I am using Maven surefire plugin and Maven surefire report plugin
Thanks a lot.