POM: Module 25 Part 5-6 Extent Report jar and Methods CHANGED need to confirm | Selenium Forum
K
Kam Posted on 17/10/2019

I need to re-confirm following things for Extent reports

 

1, https://mvnrepository.com/artifact/com.relevantcodes/extentreports

Releventcodes jar are NO more exsist, it is replaced by 

Note: This artifact was moved to:

com.aventstack » extentreports

 

2, FOllowing jars are NOT available

imprt com.relevantcodes.extentreports.ExtentReports;
import com.relevantcodes.extentreports.ExtentTest;
import com.relevantcodes.extentreports.LogStatus;

 

 

3, New method is CreateTest instead of starttest. Starttest NO more working

test = extent.startTest("failTest")  

test = extent.createTest("********LOGIN TEST *******");

 

 

4, dont need  extent.endTest(test) endTest NOTavailable

ONLY extent.flush is good for report

extent.flush();

 

Please confirm ot let me know if I am using wrong


A
Ashish Thakur Replied on 17/10/2019

Every version has some changes in Extent Reports. Things are implemented in different ways. Please watch Module 24 for the newer version of Extent Reports.