-
Hi ,
Below is the code I'm using to get the extent reports for my framework and the images are not loaded in the html reports and please guide me on the issue.
```
com.aventstack
…
-
The original [utils.logs.Log](https://github.com/swtestacademy/ExtentReportsExample/blob/master/src/test/java/utils/logs/Log.java) class writes log messages into the Log4j logs only. The messages are …
-
Hi,
I hit java.util.ConcurrentModificationException: null when im using extentreport with Maven and testNG
testng:config
version:
org.testng
testng
6.10
-…
-
I am using extent 5.0.8 version and created a successful report but dashboard does not have total time taken for the entire report. Is this info removed from the report
com.aventstack
…
-
Hi,
I use `htmlReporter.Configuration().DocumentTitle` & `htmlReporter.Configuration().ReportName` in my code to set the report title and name at runtime. This was working in v3.02 but after upgrad…
-
Hello,
There is an issue with JDK 16 because of a dependency called lombok. This dependency is coming from extentreports library and throws such an error:
`Failed to execute goal org.apache.mave…
-
Trying to use Extent Report (3.0.2) for Specflow BDD test report and extent.flush() method results in error mentioned in title
Code:
private static ExtentReports extent;
private static E…
-
The [`src/test/resources/extent.properties`](https://github.com/kazurayam/ExtentReportsExample/blob/master/src/test/resources/extent.properties) has the following line #2:
```
extent.reporter.spark.…
-
## Summary
Unable to View Screenshot on Extent Report 3 (JAVA) on Firefox
## Expected Behavior
User should be able to View Screenshot on Extent report irrespective of Browser.
## Current B…
-
I want to show seconds in the ExtentReport, but there is no "TimeStampFormat" option to configure that, even though the documentation and codebase (spark-config.json) indicates that it is possible:
…