Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在某些功能中,我需要在步骤失败后继续执行步骤(不要跳过)。是否可以在空手道中配置设置?简化示例:
* 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
为此使用 JS,请参阅有关条件逻辑的文档