github.com/Secbyte/godog@v0.7.14-0.20200116175429-d8f0aeeb70cf/formatter-tests/features/two_scenarios_with_background_fail.feature (about)

     1  Feature: two scenarios with background fail
     2  
     3    Background:
     4      Given passing step
     5      And failing step
     6  
     7    Scenario: one
     8      When passing step
     9      Then passing step
    10  
    11    Scenario: two
    12      Then passing step