-
When I use 3.0.1, the Filter menu doesn't list any statuses. When I back down to 3.0.0 with the same code the menu lists: Pass, Fail, Error, Warning, Skip.
-
When appending to extent reports, the date/time is showing incorrectly. I am able to get the correct date/time in the most recent test run, but as a new test run comes in and appends to the report, th…
-
im using your sample for testNg
when i trying to create new instance by
if (extent == null) {
extent = new ExtentReports(filePath, true);
and i got this exception
java.lang.NoSuchFiel…
Fadih updated
7 years ago
-
in version 3.0.6, the background is too dark.
I have to tried to changed it using:
## String css = "body { background: #eceff5; font-size: 13px; height: 100%; overflow: hidden; };";
## m_HtmlRepo…
-
Just want to know when the enhancement to make the dll com visible will be out? Soon I hope....
-
I am trying to use this in my selenium python web-driver script using JPype (JPype is an effort to allow python programs full access to java class libraries). My code is like
from jpype import *
c…
-
Hi Extentreports,
If we have feature like adding a HTML table to dashboard, This table have all the information about test environment to crate this at java side we give parameter as "ArrayLIst
-
Hi,
I have integrated my selenium web framework with the Git hub, which is successfully running on my windows machine, but same thing when iam trying to run on the Jenkins slave machine(linux, ubun…
-
relativepath is .\screenshots\en_US\LATENCY_TEST_TestStep_1_DataSet_1_open_2_1641.jpeg
**logEx.get().log(Status.INFO, ""+ logEx.get().addScreenCaptureFromPath(relativePath));**
java.lang.Array…
-
Can we use extentreports for codedUI .
If yes, could you please provide the sample code to use in codedui