You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cucumber scenarios/tests running in parallel and as part of my use case, I want to update the description of the current running scenario via API call during step definition itself.
I am not able to figure out how i can fetch thread specific test case id to be consumed in API ENDPOINT ... /item/{itemId}/update to update description.
Please suggest way to achieve it.
The text was updated successfully, but these errors were encountered:
I have cucumber scenarios/tests running in parallel and as part of my use case, I want to update the description of the current running scenario via API call during step definition itself.
I am not able to figure out how i can fetch thread specific test case id to be consumed in API ENDPOINT ... /item/{itemId}/update to update description.
Please suggest way to achieve it.
The text was updated successfully, but these errors were encountered: