Sha256: 8a4be0b001b40a984e2d8e26298b7801e1710282d049abbf1c2589f6f15d138c

Contents?: true

Size: 506 Bytes

Versions: 5

Compression:

Stored size: 506 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
autocuke: --drb --format pretty --strict --tags @wip

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree_variant_options-0.4.1 config/cucumber.yml
spree_variant_options-0.4.0 config/cucumber.yml
spree_variant_options-0.3.0 config/cucumber.yml
spree_variant_options-0.2.0 config/cucumber.yml
spree_variant_options-0.1.1 config/cucumber.yml