With gauge run specs, it runs all scenarios even if any fails- that works in most of the cases, however, I need a spec execution to stop if it fails on any scenario. For example, a spec has the following scenarios A B C if A fails it should not execute B, C and mark the spec as fail.
问问题
583 次
1 回答
0
Gauge 鼓励场景相互独立。如果场景 A 失败,它不应该中断场景 B 和 C 的执行。阅读 Gauge FAQ为什么我们不能跳过所有测试动态during-a-gauge-run-if-there-is-a -测试失败
于 2019-11-05T05:51:21.987 回答