Sha256: f760ebe239525e1d8c2bcfcb21967123f396bf6ce1c58ce73f73c71e6f909a1c

Contents?: true

Size: 479 Bytes

Versions: 3

Compression:

Stored size: 479 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 'not @wip'"
%>
default: <%= std_opts %> --publish-quiet features
wip: --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags "not @wip"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tang-0.2.2 config/cucumber.yml
tang-0.2.1 config/cucumber.yml
tang-0.2.0 config/cucumber.yml