Feature: single scenario with background
  Background: named
    Given passing step # fmt_output_test.go:101 -> github.com/cucumber/godog/internal/formatters_test.passingStepDef
    And passing step   # fmt_output_test.go:101 -> github.com/cucumber/godog/internal/formatters_test.passingStepDef
  Scenario: scenario   # formatter-tests/features/scenario_with_background.feature:7
    When passing step  # fmt_output_test.go:101 -> github.com/cucumber/godog/internal/formatters_test.passingStepDef
    Then passing step  # fmt_output_test.go:101 -> github.com/cucumber/godog/internal/formatters_test.passingStepDef
1 scenarios (1 passed)
4 steps (4 passed)
0s