github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/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