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

Extent Reporting Library, Java

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

When user navigates to second tab where each feature with scenario and steps are detailed down, scrollbar does not appear to see the entire page.

If in a feature there are multiple scenarios. Scroll bar is not showing to see the scenario which are not in the page. Please suggest how to show the scroll...

hello @anshooarora i tried contacting you from website as my company has requirement for automation reporting. but it give 404 on all link

`extent.createTest("Details and Exception and Media Logs").log(Status.PASS, "Details and Exception and Media", ex, MediaEntityBuilder.createScreenCaptureFromPath("logo.png").build());` **There is no 'details' displayed in the log.** ![log-missing-details](https://user-images.githubusercontent.com/10829355/119317032-93ae5680-bc6f-11eb-9bb6-0fef6b44b285.png) The functions with the combination of 'details and...

Hi, would it be possible to integrate Extent Reports with [Gauge framework](https://github.com/getgauge/gauge)? I know Gauge has its own html reporting but I find Extent reports so much more readable and...

When write the extent report In BufferedWriterWriter.java the ‘write’ method use the default system encoding instead of what the user is set in reporter.config().setEncodint() or to use the default encoding...

In BufferedWriterWriter.java the ‘write’ method use the default system encoding instead of what the user is set in reporter.config().setEncodint() or to use the default encoding set to be “UTF-8” in...

When creating nodes under an ExtentTest, and attaching screenshots, only if a text attachment is added to the node as well, do the screenshots come up in the report. Without...

version 5.0.7 `java.util.ConcurrentModificationException at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1388) at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) at com.aventstack.extentreports.model.ReportStats.update(ReportStats.java:49) at com.aventstack.extentreports.model.Report.refresh(Report.java:50) at com.aventstack.extentreports.AbstractProcessor.onFlush(AbstractProcessor.java:82) at com.aventstack.extentreports.ExtentReports.flush(ExtentReports.java:284)`

bug

Please check and let me know anything need to modify Below code written inside base page: public static String getScreenshot1() throws IOException { String dateName = new SimpleDateFormat("yyyyMMddhhmmss").format(new Date()); TakesScreenshot...