【发布时间】:2019-01-15 04:30:26
【问题描述】:
在 karate 0.6.0 上,以下代码返回一个包含所有 id 的数组:
- def get = call read('wishlist-products-get.feature') id
def wishlist = get.response.wishlist_products
ids = wishlist[*].product_info.id
现在在 0.9.0 版本上同样返回以下错误:
wishlist[*].product_info.id, :1:9 需要一个操作数但找到 *
谁能告诉我有什么变化?
谢谢!
【问题讨论】:
-
您需要了解几轮发行说明! github.com/intuit/karate/releases
标签: karate