Verbose TestNG report with Maven Surefire

Using TestNG console output can be very inconvenient if you have lots of test cases. The better solution is to create an HTML report containing detailed information about testing progress. You can use the Maven Surefire plugin for this. Surefire report is a part of the project maven website, so at first we need to find out what is it. Continue reading “Verbose TestNG report with Maven Surefire”