Sha256: 3eaf33d5ff05574fe3d54839fb2b9785d1587a7006882f18ff6a2086cbb82609

Contents?: true

Size: 707 Bytes

Versions: 13

Compression:

Stored size: 707 Bytes

Contents

<%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'Cucumber::Formatter::Fuubar'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'Cucumber::Formatter::Fuubar'} --strict"

exclusions = ["--tags ~@exclude-#{RUBY_VERSION.split('.').first(2).join}"].tap do |a|
  a << "--tags ~@exclude-#{RUBY_ENGINE}" if defined?(RUBY_ENGINE)
end.join(' ')
%>
default: <%= std_opts %> --tags ~@wip <%= exclusions %> features
wip: --tags @wip <%= exclusions %> features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip <%= exclusions %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
vcr-2.3.0 cucumber.yml
vcr-2.2.5 cucumber.yml
vcr-2.2.4 cucumber.yml
vcr-2.2.3 cucumber.yml
vcr-2.2.2 cucumber.yml
vcr-2.2.1 cucumber.yml
vcr-2.2.0 cucumber.yml
vcr-2.1.1 cucumber.yml
vcr-2.1.0 cucumber.yml
vcr-2.0.1 cucumber.yml
vcr-2.0.0 cucumber.yml
vcr-2.0.0.rc2 cucumber.yml
vcr-2.0.0.rc1 cucumber.yml