Sha256: 42ae25055b290a42fce4fb0855a16d9c9d44a01575eb71a3c918d821cb83e44e

Contents?: true

Size: 465 Bytes

Versions: 11

Compression:

Stored size: 465 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 -r features
wip: --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
scidea-hsfc-policies-0.0.3 config/cucumber.yml
scidea-hsfc-policies-0.0.2 config/cucumber.yml
scidea-hsfc-policies-0.0.1 config/cucumber.yml
scidea-schools-1.1 config/cucumber.yml
scidea-schools-1.0.6 config/cucumber.yml
scidea-schools-1.0.5 config/cucumber.yml
scidea-schools-1.0.4 config/cucumber.yml
scidea-schools-1.0.3 config/cucumber.yml
scidea-schools-1.0.2 config/cucumber.yml
scidea-schools-1.0.1 config/cucumber.yml
scidea-schools-1.0.0 config/cucumber.yml