Sha256: a9340f3d8877f11cb71907f59119ffcb089710f33f29c8e912f15c13da61b20d

Contents?: true

Size: 465 Bytes

Versions: 2

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 'not @wip'"
%>
default: <%= std_opts %> features
wip: --tags @wip:3 --wip features
rerun: "<%= rerun_opts %> --format rerun --out rerun.txt --strict --tags 'not @wip'"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitrolinks-rails-0.3.0 config/cucumber.yml
nitrolinks-rails-0.2.0 config/cucumber.yml