在某些功能中,我需要在步骤失败后继续执行步骤(不要跳过)。是否可以在空手道中配置设置?简化示例:
* 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
被运行而不是被跳过
在某些功能中,我需要在步骤失败后继续执行步骤(不要跳过)。是否可以在空手道中配置设置?简化示例:
* 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
被运行而不是被跳过