extentreports-java
extentreports-java copied to clipboard
Community version of Extent API for Java has moved to https://github.com/extent-framework/
Hi Anshoo Thanks for the creating nice reports.I have requirement of generating separate report when tests run parallel at suite level.Means if a tests runs I want chrome.html and firefox.html....
When opened the htmlreport in Notepad++, and tried to get the details of PASS/FAIL/Total Tests Values, noticed under the span tag(ex:Panel-Lead)they are not displayed and has null values. Could you...
## Summary When attach child node using createNode functionality. After Executing test suite, Dashboard is showing incorrect number of Tests executed in Tests category. ## Expected Behavior No of Tests...
## Summary Need help on customization Hey, to be honest i am new to Extent reports.....I have done a demo to the stakeholder and shown him the extent reports power...they...
## Summary ## Expected Behavior ## Current Behavior ## Sample ```java // Sample code goes here ``` ## Environment Details * Extent report Version used: * Operating System and version:...
When we use getThrowable method for exception handling, it retrieves information in ExtentHTMLReport but page is not responsive for movement, it hangs web page and can not able to jump...
## Remove added step logs from Report in 2.41.1 Hi, I read the similar issue and solution is available in extent report version 3. but i am looking for solution...
 ## Summary I am controlling TestNG through listener where i am invocking testng methods with invocation count and providing different data sets from excel. I have implemented extent reports...
Getting a null Pointer when i execute the testNG.xml from commandLine if i have extent reports 3.0.6 intergrated public void beforeSuite() throws Exception { /** * Initiate the Extent Report...
## Summary Unable to add Feature description to the Extent Report at Feature level test. ## Expected Behavior User should be able to add Feature description to the BDD style...