I am working in Automation project with Serenity/JBehave BDD framework and am facing the issue when any step fails in the story, the rest of the steps are not getting executed because of hardassert.
I want to know if there is any softassert like in TestNG or any verify option in Serenity/JBehave.