Sha256: 1879d79a6d79a6c9e71b8c874749fd9ad05e14866cc0ecede4b37054eb7f264b

Contents?: true

Size: 471 Bytes

Versions: 3

Compression:

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oct-0.3.3 config/cucumber.yml
oct-0.3.2 config/cucumber.yml
oct-0.3.1 config/cucumber.yml