【发布时间】:2019-08-13 06:14:13
【问题描述】:
我目前正在使用 Serenity Jbehave BDD 框架来自动化我的测试用例。我需要有关在失败步骤时继续执行的信息。
即使当前步骤在我的场景中失败,我也必须继续执行下一步。
请告诉我如何使用 Serenity Jbehave 框架来实现这一点。
我也在使用 Junit 和 Selenium。
ignoreFailureInStories=true - 此配置将忽略故事级别而不是步骤级别的故障。我想要步骤级别的解决方案。
【问题讨论】:
-
欢迎来到 Stack Overflow。请阅读help pages,获取SO tour,了解how to ask good questions,以及this question checklist。最后学习如何创建Minimal, Complete, and Verifiable example
标签: java selenium junit jbehave serenity-bdd