Sha256: 4333061b1059f28ff03794c716fdc938b2da418f6cb72d96437ea642d2727656

Contents?: true

Size: 596 Bytes

Versions: 3

Compression:

Stored size: 596 Bytes

Contents

<%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format pretty #{rerun}"
std_opts = "--verbose --expand --format html --out=./log/log.html --format junit --out=./log features --tags ~@wip --tags ~@bug"
%>
default: -r features <%= std_opts %>  --tags ~@demo features
wip: -r features --tags @wip --wip features
demo: -r features <%= std_opts %> --tags @demo features
bug: -r features --tags @bug --wip features
none: --format pretty
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
howitzer-1.0.1 generators/cucumber/templates/cucumber.yml
howitzer-0.0.3 generators/config/templates/cucumber.yml
howitzer-0.0.1 generators/config/templates/cucumber.yml