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.
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.