Method: Multicuke::Runner#start
- Defined in:
- lib/multicuke/runner.rb
#start ⇒ Object
109 110 111 112 113 114 115 116 |
# File 'lib/multicuke/runner.rb', line 109 def start FileUtils.mkdir_p reports_path exit_status = launch_process_per_dir collect_results reports = ReportsIndex.new(reports_path, features_dirs).generate puts "See reports index at #{reports.index_path}" if reports system_command.exit(exit_status) end |