github.com/Secbyte/godog@v0.7.14-0.20200116175429-d8f0aeeb70cf/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