class Hydra::Listener::CucumberHtmlReport

Output a textual report at the end of testing

Public Instance Methods

testing_end() click to toggle source
# File lib/hydra/listener/cucumber_html_report.rb, line 7
def testing_end
  CombineHtml.new.generate
end