Sha256: 027d627ce954a6d52613169b9bc0f9539cbb2b88caf459f44b2e5485a2afab0e

Contents?: true

Size: 601 Bytes

Versions: 8

Compression:

Stored size: 601 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'] || 'progress'} --strict --tags ~@wip"
interp_opts = if defined?(RUBY_ENGINE)
  " --tags ~@exclude-#{RUBY_ENGINE}"
else
  ''
end
%>
default: <%= std_opts %><%= interp_opts %> features
wip: --tags @wip:30 --wip features<%= interp_opts %>
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip<%= interp_opts %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vcr-1.8.0 cucumber.yml
vcr-1.7.2 cucumber.yml
vcr-1.7.1 cucumber.yml
vcr-1.7.0 cucumber.yml
vcr-1.6.0 cucumber.yml
vcr-1.5.1 cucumber.yml
vcr-1.5.0 cucumber.yml
vcr-1.4.0 cucumber.yml