Yogit Thakral
Yogit Thakral
public class CustomListener extends BaseTestClass implements ITestListener { public static ExtentReports extent = ExtentManager.getExtent(); public static ThreadLocal parentTest = new ThreadLocal(); public static ThreadLocal test = new ThreadLocal(); @Override public...
Thank you so much for helping me out here Pardon me for code formatting ... I already tried a similar approach by placing a suffix to retried test case as...
@beedyb220 , the information seems incomplete , please share your implementation of extent report (what method you are using like listeners e.g ITestListener, IReporter OR you've directly implemented using TestListenerAdapter/TestNG...
Welcome :) @anshooarora , You can close this .
I faced the same issue , sharing my resolution ,it might be applicable to your scenario (or not ):- Case 1) Check in your pom.xml if a custom (company hosted)...
found a useful link :- https://rjzaworski.com/2013/01/parameterized-testing-in-javascript However , grabbing data from excel is where I got stuck , coz while using modules such as 'xlsx' to convert excel data to...
Thanks @bahmutov . One more thing I would like to mention here , The link that I quoted , it runs paraterized test using for loop, it means that essentially...