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