karate icon indicating copy to clipboard operation
karate copied to clipboard

Custom error message on Match

Open coxjaso opened this issue 6 years ago • 9 comments

I am looking for a custom error message if a match fails, but I don't see docs on how to do this. Trivial Example:

Given path '/channel/' + channelID And request {: } When method patch Then status 200 And match response.data.channel contains """ { : } """, "An error message that is detailed....."

coxjaso avatar Mar 05 '18 18:03 coxjaso