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::RuntimeLogTooSmallError

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

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

Class Method Details

.default_test_folderObject



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

def default_test_folder
  'features'
end

.nameObject



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

def name
  'spinach'
end

.runtime_loggingObject



16
17
18
19
# File 'lib/parallel_tests/spinach/runner.rb', line 16

def runtime_logging
  # Not Yet Supported
  []
end