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



在某些功能中,我需要在步骤失败后继续(不要跳过)这些步骤。是否可以在空手道中配置设置?简化示例:

* 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运行而不是跳过

为此使用 JS,请参阅条件逻辑文档

最新更新