class Cucumber::Runtime

def summary_report

def summary_report
  @summary_report ||= Core::Report::Summary.new(@configuration.event_bus)
end