extentreports-java icon indicating copy to clipboard operation
extentreports-java copied to clipboard

Community version of Extent API for Java has moved to https://github.com/extent-framework/

Results 100 extentreports-java issues
Sort by recently updated
recently updated
newest added

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...

![capture](https://user-images.githubusercontent.com/28932933/37079460-bd6bf2e4-21f3-11e8-93f4-490accf262e1.PNG) ## 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...

enhancement