失败的步骤(空手道)后能够继续下一步

时间:2017-10-31 12:55:50

标签: 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能够运行而不会被跳过

1 个答案:

答案 0 :(得分:1)

请使用JS,请参阅conditional logic

上的文档