RestAssured.Net with Specflow
Opened this issue · 0 comments
guitaristgba247247 commented
Hi,
Recently, I have tried integrating specflow with restassured, however it seems that there are some threading issue, when a step definition is being executed the thread where restassured gets executed is different from the step defintion thread, therefore the restassured request will never complete and will keeps looping forever.
When executing restassured request using normal unit test framework, it works fine as it shares the same thread as the test execution.
Any one experiencing this issue before? or workaround?