Sha256: bc3de69dc0b960d80c2406cc42efd27320aaaa51d38875552375d87eedd5bd05
Contents?: true
Size: 924 Bytes
Versions: 5
Compression:
Stored size: 924 Bytes
Contents
require_relative '../../lib/kymera' threads = [] # trap('INT') do # threads.each do |thread| # thread.kill # end unless threads.empty? # @close = true # end # Broker thread # threads << Thread.new { # Kymera.start_broker # } #Results bus thread # threads << Thread.new { # Kymera.start_bus # } #Results collector thread # threads << Thread.new { # Kymera.start_collector # } # # threads << Thread.new { # Kymera.start_worker # } # threads << Thread.new { # Kymera.start_worker # } # # threads << Thread.new { # Kymera.start_worker # } #give stuff a chance to start up # sleep 2 # Kymera.run_tests('c:/apollo/source/integration_tests/features/posting/entry_common', 'cucumber', ['-p default'], 'develop', true) Kymera.run_tests('~/apollo/source/integration_tests/features/posting/entry_common/', 'cucumber', ['-p default'], 'develop', true) # loop do # raise SystemExit if @close # end
Version data entries
5 entries across 5 versions & 1 rubygems