How to generate report using spark reporter with same levels ( suit - class - test ) as ExtentIReporterSuiteClassListenerAdapter
I have multiple test classes when running them all test methods shown in tests page sequentailly. I want to show them as classes and on the right i collapse each test with steps as ExtentIReporterSuiteClassListenerAdapter Output what actually happens
what i'm trying to achieve
hello , @anshooarora any feedback on this please . thanks in advance
Can you try with ExtentIReporterSuiteListenerAdapter?
Can you try with
ExtentIReporterSuiteListenerAdapter?
Dear @anshooarora
Do u mean use testng adapter ? can you refer to an example if possible ,
Yes, or reference the code here:
https://github.com/extent-framework/extentreports-testng-adapter/blob/master/src/main/java/com/aventstack/extentreports/testng/listener/ExtentIReporterSuiteListenerAdapter.java