Sha256: 103b0210983bd6b46c646d5ebb88b7a73b329e8563129d4ee946437d7e214527
Contents?: true
Size: 683 Bytes
Versions: 10
Compression:
Stored size: 683 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'] || 'pretty'} --strict --tags ~@wip" %> default: <%= std_opts %> features wip: --tags @wip --wip features rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip ci: --tags ~@wip --format html --out reports/cucumber.html --format junit --out reports/cucumber-xml --format pretty --strict features ci_wip: --wip --tags @wip --format html --out reports/cucumber_wip.html --format pretty features
Version data entries
10 entries across 10 versions & 3 rubygems