Sha256: d574a7763fc92e6d5eef5fb3768ef0c56c9a76d8b75098531015e0221a20942c
Contents?: true
Size: 503 Bytes
Versions: 33
Compression:
Stored size: 503 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 --no-strict-pending --tags 'not @wip'" %> default: <%= std_opts %> features wip: --tags @wip:3 --wip features rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --no-strict-pending --tags 'not @wip'
Version data entries
33 entries across 33 versions & 1 rubygems