Sha256: 156a11ee2555b7d6062f489e0ba38bcf6776ca10166142b7d140fc42b101e785
Contents?: true
Size: 590 Bytes
Versions: 3
Compression:
Stored size: 590 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 --format pretty 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 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.1.1 | generators/cucumber/templates/cucumber.yml |
howitzer-1.1.0 | generators/cucumber/templates/cucumber.yml |
howitzer-1.0.2 | generators/cucumber/templates/cucumber.yml |