class CucumberReports::CLI
Public Class Methods
exit_on_failure?()
click to toggle source
# File lib/cucumber-reports.rb, line 6 def self.exit_on_failure? true end
Public Instance Methods
generate()
click to toggle source
# File lib/cucumber-reports.rb, line 14 def generate command = CucumberReports::Commands.new(path: options[:path]) generated_json = command.generate() command.insert_to_html(generated_json) end