Sha256: 849855731ef35db3ffb2b00e106d71ad5ddecb7fc132dba7f2e3fe0d3507fa5b

Contents?: true

Size: 461 Bytes

Versions: 5

Compression:

Stored size: 461 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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
win32-autogui-0.5.3 config/cucumber.yml
socializer-0.1.13 config/cucumber.yml
win32-autogui-0.5.2 config/cucumber.yml
win32-autogui-0.5.1 config/cucumber.yml
win32-autogui-0.5.0 config/cucumber.yml