adiralashiva8 / testng-metrics

A HTML Report of test executions via TestNG (No code changes required, Export results)
https://testng-metrics.netlify.com/#
MIT License
4 stars 3 forks source link

Report is not generated when running with mvn test #23

Open batuhan-evam opened 5 years ago

batuhan-evam commented 5 years ago

Reports are generated when a test is directly run from intellij. But when you run with mvn clean test command, report is not generated. This is vitally important because it won't generate reports in Jenkins as well since it runs maven commands.