Module: TestProf::Autopilot::ReportBuilder

Included in:
EventProf::Report, FactoryDefault::Report, FactoryProf::Report, StackProf::Report, TagProf::Report
Defined in:
lib/test_prof/autopilot/report_builder.rb

Overview

Common module that extends reports classes

Constant Summary collapse

ARTIFACT_MISSING_HINT =
"Have you required 'test_prof/autopilot' to your code? "

Instance Method Summary collapse

Instance Method Details

#buildObject



9
10
11
12
13
# File 'lib/test_prof/autopilot/report_builder.rb', line 9

def build
  report = JSON.parse(fetch_report)

  new(report)
end