Kostis,
maybe add the commands to create the Maven surefire reports (figure 3.2)
type mvn surefire-report:report to generate an HTML report in, or
mvn surefire-report:report-only to generate the HTML report without rerunning the tests
The HTML report is generated at the
\target\site\surefire-report.htm
l location.
|