Error in Extend manager | Selenium Forum
V
Vishnudarsan Posted on 22/04/2019

For iclucidn exetend reports i addded reports.congif and exntend manager.java in the project. 

When writing th ecode ExtendReports rep= ExtendManager.getInstance(), I am getting a red highlight error under ExtendManager telling Extend manager cannot be resolved.

 

How to fix this error?


A
Ashish Thakur Replied on 23/04/2019

You have not included the jar file for extent manager


V
Vishnudarsan Replied on 25/04/2019

I have added the extendreports 2.40.1 jars in pom.xml file


A
Ashish Thakur Replied on 25/04/2019

Please include this dependency

There are several jars

<dependency>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>3.1.2</version>
</dependency>


V
Vishnudarsan Replied on 26/04/2019

Its working now Thanks