extentreports-csharp
extentreports-csharp copied to clipboard
Extent Reporting Library, .NET
Hi I see **extentreports-csharp** is updated to fix snyk vulnerabilities for MongoDb driver version https://github.com/extent-framework/extentreports-csharp/releases But ExtentReports.Core is still having 1.0.3 as latest and which is having Mongodb.driver version 2.8.0...
I've tested this in ExtentReports 4.1.0.0 For some reason, the ExtentReports is missing detailed test results with one XML (Nunit3mits2testresult.xml), but not the other (Nunit3sidetestresult.xml). Here are the screenshots, notice...
Hi Team, I am in the process of enabling Parallel Execution for One of My Project; however ended up in a situation where I am able to execute test cases...
I observed this issue while running the tests in parallel Extent report 5.01 Specflow: latest Selenium: latest Note: screenshot attach
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.12.0 to 2.19.0. Release notes Sourced from MongoDB.Driver's releases. NET Driver Version 2.19.0 Release Notes .NET Driver Version 2.19.0 Release Notes This is the general availability release...
Hey there, I have an issue when running the build with PublishSingleFile set to true, when I try to run that build the RazorEngine throws this exception, ``` Unhandled exception....
Message: TearDown : System.TypeLoadException : Could not load type 'Microsoft.AspNetCore.Razor.Language.RazorTemplateEngine' from assembly 'Microsoft.AspNetCore.Razor.Language, Version=6.0.21.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
In my tests I have to make use of some anonymous types, but razor goes whack when these types are used hence cant flush. Any workaround on this?
Hi! I try to run simple code on mac with .net6 and get an RazorEngine.Templating.TemplateCompilationException on extent.Flush(); Code: ``` var extent = new ExtentReports(); var htmlReporter = new ExtentHtmlReporter("index.html"); extent.AttachReporter(htmlReporter);...
Today, when I create a node it always appears at the bottom of the log. I would like it to appear inline with the other log entries, according to it's...