extentreports-java
extentreports-java copied to clipboard
SparkerReporter Flusing Issue
Hi
I am getting exception while flusing the extent report(Version using 4.0.9 ExtentSparkerReporter) freemakre.template.TemplateNotFoundException:template not found for name "spark/test/ftl" This was interpreted by this TemplateLoader: [freemarker.cache.ClassTemplateLoader.toString() failed: java.lang.NoClassDefFoundError: freemarker/cache/TemplateLoaderUtils]
Can anyone send me the solution/fix for this
@souravpattnaik431 add this dependency to the pom file and check.
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.31</version>
</dependency>