-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field not found on .Flush in NUnit Console #227
Comments
I have also run into this error. ExtentReports flushes ok when run from VS UI, or with dotnet test. Not with nunit3-console.exe, same error. |
@anshooarora can you please prioritize this issue. we cant update to nunit 4 \ .net8.0 because of this. |
I have the same issue. updated from .net6 to .Net 8 . Nunit Console runner 3.18. ExtentReport version 5.0.4 |
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
> dotnet test
, my tests run fine and the report gets created.But, when I run with the NUnit console
> nunit3-console.exe TA_Framework.dll
, the .flush returns me the following error and no report is generated:I tried it in version 5.0.0, 5.0.2 and 5.0.4, all of them have the same issue.
My .csproj:
The text was updated successfully, but these errors were encountered: