如何在測試失敗後繼續測試?萵苣:斷言後繼續測試
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
我想「我還想運行一些其他測試」來運行,即使「有可能失敗的測試」失敗。
所以,你必須標記爲接受的答案,但它似乎並沒有直接回答這個問題 - 我猜測它引領你走向一個答案,但是你可以張貼實際的解決方案這裏爲其他人試圖做同樣的事情嗎? – theheadofabroom