Is this soft assertion feature available in Karate 1.5.1? I couldn't find reference in karate documentation.
Is it possible to declare as global in the katrate-config intead decalring in the feature file? Can we use this only for match cases?
'* configure continueOnStepFailure = { enabled: true, continueAfter: false, keywords: ['match'] } karate.configure('continueOnStepFailure': { enabled: true, continueAfter: false, keywords: ['match'] })