-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels