Sha256: 254f17dae2780746df2a9df95adfee8631f6de9332a42bcad7df401a4c6e34ce
Contents?: true
Size: 585 Bytes
Versions: 10
Compression:
Stored size: 585 Bytes
Contents
<% opts = '--color --require features' rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" rerun_opts = rerun.to_s.strip.empty? ? "#{opts} --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} features" : "#{opts} --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" std_opts = "#{opts} --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags ~@wip" %> default: <%= std_opts %> features wip: <%= opts %> --tags @wip:3 --wip features rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip autotest: <%= std_opts %> autotest-all: <%= std_opts %>
Version data entries
10 entries across 10 versions & 2 rubygems