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 would like to rerun failed Cucumber Scenarios if there is specific condition or exception comes. Let's assume that Scenario failed due to the ongoing deployment of the service or Cloud Device restarted or interrupted in between the execution.
In all of these cases we get specific exceptions and if they come, retry the scenario else just marked failed without retry.