I am trying to implement an logic if a pre requisite scenario fails in a feature file the remaining below scenario should be failed or skipped (if skipped means it should be shown in the report). How to achieve the same in karate dsl?
using karate.abort() it works only inside the scenario.