class ReportPortal::Cucumber::ParallelFormatter

Private Instance Methods

report() click to toggle source
# File lib/report_portal/cucumber/parallel_formatter.rb, line 9
def report
  @report ||= ReportPortal::Cucumber::ParallelReport.new
end