テストが失敗した後、どうすればテストを続行できますか?
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
「失敗する可能性のあるテストがあります」が失敗したのに、「まだ実行したい他のテスト」を実行したい。