Sha256: 22c1f88cd557618a5c77165b8c9fc1a98c3a6dbfafe585eddfa4917852438d21

Contents?: true

Size: 453 Bytes

Versions: 791

Compression:

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

Version data entries

791 entries across 762 versions & 98 rubygems

Version Path
cloudhdr_auth-0.0.8 config/cucumber.yml
cloudhdr_auth-0.0.7 config/cucumber.yml
email_spec-2.3.0 examples/rails4_root/config/cucumber.yml
cornucopia-0.2.0 spec/dummy/config/cucumber.yml
lti_provider_engine-1.2.3 spec/dummy/config/cucumber.yml
lti_provider_engine-1.2.2 spec/dummy/config/cucumber.yml
lti_provider_engine-1.2.1 spec/dummy/config/cucumber.yml
email_spec-2.2.2 examples/rails4_root/config/cucumber.yml
ar-octopus-ruby-3-0.11.3 sample_app/config/cucumber.yml
ar-octopus-ruby-3-0.11.2 sample_app/config/cucumber.yml
email_spec-2.2.1 examples/rails4_root/config/cucumber.yml
lti_provider_engine-1.2.0 spec/dummy/config/cucumber.yml
qalam_lti_provider_engine-2.1.0 spec/dummy/config/cucumber.yml
qalam_lti_provider_engine-2.0.9 spec/dummy/config/cucumber.yml
qalam_lti_provider_engine-2.0.8 spec/dummy/config/cucumber.yml
qalam_lti_provider_engine-2.0.7 spec/dummy/config/cucumber.yml
qalam_lti_provider_engine-2.0.6 spec/dummy/config/cucumber.yml
qalam_lti_provider_engine-2.0.5 spec/dummy/config/cucumber.yml
qalam_lti_provider_engine-2.0.4 spec/dummy/config/cucumber.yml
qalam_lti_provider_engine-2.0.3 spec/dummy/config/cucumber.yml