class ParallelTests::Gherkin::Runner

def build_test_command(file_list, options)

def build_test_command(file_list, options)
  [
    *executable,
    *(runtime_logging if File.directory?(File.dirname(runtime_log))),
    *file_list,
    *cucumber_opts(options[:test_options])
  ]
end