github.com/Secbyte/godog@v0.7.14-0.20200116175429-d8f0aeeb70cf/formatter-tests/features/some_scenarions_including_failing.feature (about) 1 Feature: some scenarios 2 3 Scenario: failing 4 Given passing step 5 When failing step 6 Then passing step 7 8 Scenario: pending 9 When pending step 10 Then passing step 11 12 Scenario: undefined 13 When undefined 14 Then passing step