extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
50 stars 40 forks source link

Extent Reports on .net core is not generated with latest Specflow packages #98

Open sivadeepti opened 4 years ago

sivadeepti commented 4 years ago

Hi all,

Here is the combination of Specflow packages with Extent Reports .net core I have used

image

Extent Report is not generated where Extent Report Flush() method is producing an error

image

Please anyone let me know the solution asap. Thanks in advance

anshooarora commented 4 years ago

Please use this package: https://www.nuget.org/packages/ExtentReports/4.1.0, let me know if the issue persists?

Overclock303 commented 4 years ago

My System.IO.FileNotFoundException on 4.1.0 was just a missing filename .html in SPA (V3 like) reporter mode, filename was not mandatory in 4.0.3 (not SPA) forced to index.hml and the 2 others. so, carefull now.