Outdated ExtendManager.java | Selenium Forum
S
sandeep.ratnakar Posted on 29/06/2019

Can you please share updated ExtendManager.java [Module 23, TestNG Core DDF ] as the one in the downloaded code is outdated and I not able to update or correct it.


A
Ashish Thakur Replied on 01/07/2019

Please use the same version of Extent Reports as mentioned in the videos.


S
sandeep.ratnakar Replied on 05/07/2019

Its not working(same version of Extent Reports) and when I searched for solutions on net, solution I found was to update version of extent report and when updated the extent reports, it was not compatible with the given ExtendManager.java 


A
Ashish Thakur Replied on 05/07/2019

Please refer the below dependency.

<dependency>
	<groupId>com.relevantcodes</groupId>
	<artifactId>extentreports</artifactId>
	<version>2.40.1</version>
</dependency>

Additionally, share the screenshot of the problem along with the code.