ExtentReports: HtmlReporter not starting when running an executable jar file created using maven-assembly-plugin
问题 I am trying to execute my test cases programmatically using TestNG. The virtual suite file is executing fine. But, the Extent Report is not being generated. Getting the following exception stacktrace: java.lang.IllegalStateException: No reporters were started. Atleast 1 reporter must be started to create tests. at com.aventstack.extentreports.Report.createTest(Report.java:69) at com.aventstack.extentreports.ExtentReports.createTest(ExtentReports.java:241) at com.aventstack.extentreports