github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/formatter-tests/features/scenario_with_background.feature (about)

     1  Feature: single scenario with background
     2  
     3    Background: named
     4      Given passing step
     5      And passing step
     6  
     7    Scenario: scenario
     8      When passing step
     9      Then passing step