global

def step_invocation(step_invocation, source)

def step_invocation(step_invocation, source)
  @child ||= StepsPrinter.new(formatter).before
  @child.step_invocation step_invocation
  if source.step_result.status == :failed
    @failed = true
  end
end