Is there a way to (easily) generate a HTML report that contains the tests results ? I am currently using JUnit in addition to Selenium for testing web apps UI.
PS: G
Alternatively for those using Maven build tool, there is a plugin called Surefire Report.
The report looks like this : Sample