Tests are easy to run through visual (right click, run test) but how Can I launch the coverage execution and get an html report? In java frameworks, just `mvn clean package` run test, coverage and creates an html report. Thanks
Tests are easy to run through visual (right click, run test) but how Can I launch the coverage execution and get an html report?
In java frameworks, just
mvn clean packagerun test, coverage and creates an html report.Thanks