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 need to perform certain action only after last scenario has been executed in any test execution. Is there a way to get information from cucumber that how many scenarios are executed till the time or how many are left. I know we can do using a static variable but it doesnt work in parallel execution. Appreciate your help in it. Thanks.