class Cucumber::Formatter::LegacyApi::Adapter::HiddenBackgroundPrinter

def step_invocation(step_invocation, source)

def step_invocation(step_invocation, source)
  if source.step_result.status == :failed
    @source_of_failed_step = source
  end
end