Sha256: 6b266a6c9a84975c253d11abda70c56922b8719fe9e9a340190fa66a978cf40e
Contents?: true
Size: 542 Bytes
Versions: 31
Compression:
Stored size: 542 Bytes
Contents
<% require 'fuubar-cucumber' 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'] || 'fuubar'} --color --strict --tags ~@wip -r features/" %> default: <%= std_opts %> features wip: --color -r features/ --tags @wip:3 --wip features rerun: <%= rerun_opts %> --color -r features/ --format rerun --out rerun.txt --strict --tags ~@wip
Version data entries
31 entries across 31 versions & 2 rubygems