Feature: single scenario with background
  Background: named
    Given passing step # formatters_print_test.go:63 -> passingStepDef
    And passing step   # formatters_print_test.go:63 -> passingStepDef
  Scenario: scenario   # formatter-tests/features/scenario_with_background.feature:7
    When passing step  # formatters_print_test.go:63 -> passingStepDef
    Then passing step  # formatters_print_test.go:63 -> passingStepDef
1 scenarios (1 passed)
4 steps (4 passed)
0s