Class: ParallelTests::Spinach::Runner

Inherits:
Gherkin::Runner show all
Defined in:
lib/parallel_tests/spinach/runner.rb

Constant Summary

Constants inherited from Test::Runner

Test::Runner::NAME

Class Method Summary collapse

Methods inherited from Gherkin::Runner

cucumber_opts, determine_executable, line_is_result?, profile_from_config, run_tests, runtime_log, summarize_results, test_file_name, test_suffix, tests_in_groups

Methods inherited from Test::Runner

execute_command, execute_command_and_capture_output, find_results, line_is_result?, run_tests, runtime_log, summarize_results, test_env_number, test_file_name, test_suffix, tests_in_groups, tests_with_size

Class Method Details

.nameObject



7
8
9
# File 'lib/parallel_tests/spinach/runner.rb', line 7

def name
  'spinach'
end

.runtime_loggingObject



11
12
13
14
# File 'lib/parallel_tests/spinach/runner.rb', line 11

def runtime_logging
  #Not Yet Supported
  ""
end