extentreports-csharp
extentreports-csharp copied to clipboard
Extent Reporting Library, .NET
Like JVM Cucumber/TestNG adapters, why don't we create an adapter for Specflow - this should be quite helpful. Hooks seem pretty straight-forward to implement https://specflow.org/documentation/Hooks/ I am not sure how...
Hi, I have multiple json file that needs to be merged to generate one final html report file. Lets say I have 15 files. Some of the files are being...
When configuring a particular timestamp format via ..Config.TimeStampFormat, the format works as expected in the Tests list. However, this timestamp format is not formatted the same in the Category (tag)...
In v5, the following three buttons are available to skip to next failed step, expand all nodes and collapse on nodes:  When scrolling down the report, only the skip...
In v5, tags created on the originating ExtentTest are now carried down to all child nodes created. `ExtentSparkReporter sparkReport = new ExtentSparkReporter(fullReportPath); ExtentReports er = new ExtentReports(); er.AttachReporter(sparkReport); er.Report.AnalysisStrategy =...
In ExtentReports v4, a Duration card showed total run duration as follows:  In v5, only the Started and End datetime are shown:  Total duration would be nice to...
### **Description:** I am using Extent Reports to log test results, and the duration of the test execution is currently displayed in milliseconds (ms). I would like to change the...
https://extentreports.com/documentation-2/ Java and .Net links of version 5 are pointing at version 4. confused me a bit but i eventually found the right page 
I have receiving the below error when I run my test. It is complaining about the TearDown FlushReport function: `TearDown : System.TypeLoadException : Could not load type 'Microsoft.AspNetCore.Razor.Language.RazorTemplateEngine' from assembly...
Hello, I'm implementing extent with Selenium in C# .Net 8.0 I'm following this tutorial: https://www.youtube.com/watch?v=89YBs9mK9V8&list=PLaDALgeX9grofiW_34GGWY9JpTMfhSsfb&index=13 Instead of using the htmlreporter, I'm using sparkreporter since htmlreporter is depreciated When running with...