Sha256: 6381eb2e9e5d4057061350cec5329252a14ce52d950e1c378c16f2f2f51b2921
Contents?: true
Size: 545 Bytes
Versions: 61
Compression:
Stored size: 545 Bytes
Contents
<% rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} --strict --tags ~@wip" int_opts = "#{std_opts} -o tmp/feature_results.txt" %> default: <%= std_opts %> features wip: --tags @wip:3 --wip features rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip integration: <%= int_opts %> features
Version data entries
61 entries across 61 versions & 5 rubygems