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

Community version of Extent API for .NET has moved to https://github.com/extent-framework/

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

Technical Specification Extent Report : Version 3.1.3 Supported Language: C# Supported Framework : NUnit 3.11.0 Issue-1 : Extent Report C# does not support second child node of its parent test,...

Please upgrade library to support .NET Standard 2.0 so that it can be used in .NET Core 2.0 projects.

I couldn't get some custom styles to work. Putting them inside styles tags of extent-reports.xml config file didn't work. After some searching inside this plugin source files I noticed that...

Can you provide an Example of how to implement AppendExisting property in C#. Have set this to be true or false, but still not appending to a existing report Version:...

Hi, Could you please update dashboard **Features and Scenarios Section** to show statistics as **1 Feature(s) passed and 1 Scenario(s) passed** respectively instead of **1 test(s) passed and 1 step(s)...

Generated HTML report won't load properly if no access to external libs: https://cdn.rawgit.com/anshooarora/extentreports-csharp/e468054d67d93c2fd9c8f0f60e31a7ea09fa3bf6/dist/js/extent.js and extent.css Is it a limitation of the free version (no offline report) or does Pro version...

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 ExtentTest FeatureTest; private...

Hi, I try to set ReportName and DocumentTitle in htmlReporter.Configuration() in .NET but DocumentTitle and ReportName does nothing. Am I doing it wrong? htmlReporter.Configuration().DocumentTitle = "title"; htmlReporter.Configuration().ReportName = "reportName";

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 upgrading to v3.1.3 these values...