-
Extent Report Saves Entire History of Ran tests
I have 100 test case in one class , If run all test Extent Report Saves Entire History. I mean previous and present history .
This is my Extent Man…
-
@anshooarora I am using Selenium c# with .net Framework 4 (Since I have used entity framework also for exception handling which works only in ver 4 or higher). I tried to configure the extent report…
-
i am able to generate a extent report using listener for extent report which uses ireporter. But, I am not been able to get logs ie. each steps detail for which I used Reporter.log() in the extent rep…
-
When I run tests on the Test Explorer from different classes one report is created for each class. For example if I run two tests from class A and two tests from Class B at the same time, one report f…
-
Hi,
Recently got to know about ExtentReports. Thanks, Anshoo for providing this fabulous feature!
I wanted to know if there's a way to add new columns or change the "Stepname" column that gets displ…
-
I've never had issues with Java implementation of ExtentReports (version 2.4) running Selenium tests in parallel in the past.
But currently I'm running some API tests on C# implementation of Extent…
-
Hi,
I want to use this report with Page Object framework. Structure of my project is
Page Factory Class
Test Page Class
So here my test page class call Page Class multiple time so I cannot specif…
-
Hi!
Is there a way to create consolidated report for tests that are in multiple classes in .NET?
-
Jul 11, 2017 11:04:34 AM com.aventstack.extentreports.mediastorage.HttpMediaManager storeMedia
--
**11-Jul-2017 16:34:31 | WARNING: Unable to upload file to server**
I am running the the test cas…
-
```
public void checkEmailBox() {
String value = $("document.querySelectorAll(\"input\")[7]").val();
System.out.println(value);
}
```
Is throwing an error that there is no…