标签: karate
在某些功能中,我需要在步骤失败后继续(不要跳过)的步骤。 是否可以配置空手道设置? 简化示例:
* create product A Given delete a product When path is wrong Then status should be 404 * delete product A
所以,如果Then status should be 404失败,我希望delete product A能够运行而不会被跳过
Then status should be 404
delete product A
答案 0 :(得分:1)
请使用JS,请参阅conditional logic