Replies: 1 comment 2 replies
-
Could you please share your project dependencies as well? The generator settings in your config does not seem to be Reqnroll config settings. Also we don't have a top level |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey All - I did a major overhaul on a new framework and ran into an issue. that I can't seem to fix. I do not think this is a reqnroll issue but I am stumped so asking the experts. Anyone have any ideas??
I am running .net 8
Nunit (and assertions)
extent reports
I have two frameworks and the other one works fine so I am stumped.
I run the test in single or parallel and the test passes. The cleanup closes the browser but then restarts the test case. I have no rety login in place.
Because it is starting the test again, I get an error since the driver was disposed.
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'System.Net.Http.HttpClient'.
Given I go to the site |google.com| -- This is all I have to run to get the loop. The test case passes but then restarts.
in reqnroll,json I added "retryCount": 0 and I am still looping the test.
Beta Was this translation helpful? Give feedback.
All reactions