Sha256: 683d08a1b44e4ddcdeef6497522804db9252ce73a8a6e25f72dbef34e097e6bc
Contents?: true
Size: 454 Bytes
Versions: 5
Compression:
Stored size: 454 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:3 --wip features rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ship_compliant-0.2.1 | cucumber.yml |
ship_compliant-0.2.0 | cucumber.yml |
ship_compliant-0.1.2 | cucumber.yml |
ship_compliant-0.1.1 | cucumber.yml |
ship_compliant-0.1.0 | cucumber.yml |