【发布时间】:2012-10-22 11:24:25
【问题描述】:
测试失败后如何继续测试?
Feature: some feature
Scenario Outline: some scenario outline
Given I prepare everything
Then there is a test that could fail
And some other test I still want to run
我希望“我仍想运行一些其他测试”运行,即使“有一个可能失败的测试”失败了。
【问题讨论】:
-
因此您已将答案标记为已接受,但它似乎并未直接回答问题 - 我猜它会引导您找到答案,但您能否在此处发布实际解决方案以供其他人尝试做同样的事情?