How to generate reports with ReportNG when my TestNG application is executable jar file?

221 Views Asked by At

How to generate reports with ReportNG when my TestNG application is executable jar file

Cause when I turn my TestNG application into executable jar file reports are not generated.

I run java -classpath "test.jar:*" with the same result.

0

There are 0 best solutions below