Sha256: 85609c92a3ddf61e0183e5373d4e2d0e3c43540963204f6be3eb765670ca6995

Contents?: true

Size: 587 Bytes

Versions: 5

Compression:

Stored size: 587 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"
#std_opts = "-r features/support/ -r features/step_definitions --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 & 1 rubygems

Version Path
commenteux-1.2.0 config/cucumber.yml
commenteux-1.1.6 config/cucumber.yml
commenteux-1.1.5 config/cucumber.yml
commenteux-1.1.4 config/cucumber.yml
commenteux-1.1.3 config/cucumber.yml