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

Extent Reporting Library, .NET

Results 86 extentreports-csharp issues
Sort by recently updated
recently updated
newest added

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: Code...

I try to generate a Japanese report but no idea how to do that What I haved tried I am using .NET 8 with SpecFlow The feature file is Japanese...

Hi, I encountered issues with spark reporter, null exception is being thrown after a couple of local runs on this method _ExtentReports.CreateDomainFromJsonArchive(jsonPath); Is there any solution for that? There is...

Hello, I have a C# solution that is .Net 4.8. When I have Extent Report 4.0.3 it builds and executes and crates the reports without issue. If I update to...

Written the basic test to see whats going on. Running .Net Framework 4.7.2 try { var ext = new ExtentReports(); var htmlReporter = new ExtentSparkReporter("C:\\Temp\\Spark.html"); ext.AttachReporter(htmlReporter); ext.CreateTest("Does this show").CreateNode("Child Test").Pass("This...

We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important Our customer research indicates that one of the top problems that package consumers...

Applied the fix for the CWE-404 severity issue.

Currently log timestamp is rendered in a short time format, like "9:12 AM", which is not very informative. Usually test steps took milliseconds, sometimes seconds. And it is useful to...

I have updated the extent report package to 5.0.1 and updated the extent-config.xml with the latest for c# project but still I am getting this issue. I am getting error...

question

This is a feature request from @joegardiner https://github.com/extent-framework/extentreports-csharp/pull/195#issuecomment-1777317886: Probably more of a feature than a fix, but it would be good if this would display as ms if below 1s,...

enhancement