路径:$ .ActiveScriptJobID,实际:“ 17124”,预期:“#number”,原因:不是数字
在以下情况下显示以上错误消息
给出路径'admin / rest / activescript / job / 17124' 方法获得时 然后状态200 * match resp.ActiveScriptJobID ==“ #number”
答案 0 :(得分:1)
您尚未提供实际答复,因此您的问题不完整。
但是请检查JSON。一定是字符串(带引号)而不是数字。
也许您需要使用正则表达式:https://github.com/intuit/karate#fuzzy-matching
* match response.ActiveScriptJobID == "#regex \\d+"