How can I continue running a feature on failure of 1 scenario to next?
Currently if first Scenario fails out of 10 (lets say) next 9 will not execute and it quits current session on driver/browser (WebDriver).
I am using Cucumber with Java, Junit, Serenity on Windows 7.