Reqnroll.ReqnrollException : System.NullReferenceException: Object reference not set to an instance of an object Error After Converting from SpecFlow #545
Unanswered
JordanPittIT
asked this question in
SpecFlow migration Q&A
Replies: 1 comment 7 replies
-
Can you share your binding code, especially any Hooks? Otherwise, we can only speculate. A typical problem that users experience when converting from SpecFlow is that Reqnroll handles threads slightly differently and supports multithreaded test execution. In some test frameworks this is turned on by default and can create problems if your test code was not expecting multiple tests to execute simultaneously. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are in the process of converting one of our Azure DevOps Selenium test pipelines from SpecFlow to Reqnroll. We've been able to solve the issues we've hit until now. We are getting the following error message:
Message:
Stack Trace:
Standard Output:
We traced the error to this bit of code, but am unsure of how to resolve it:
Any assistance that can be provided would be greatly appreciated. Let me know if you need any further information.
Beta Was this translation helpful? Give feedback.
All reactions