Sha256: d1c0e69c483e1c0c37e52245d96503c08d26f21ba98a89ae9f6348fb2ec2bee2

Contents?: true

Size: 455 Bytes

Versions: 316

Compression:

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

Version data entries

316 entries across 304 versions & 40 rubygems

Version Path
localeapp-0.6.2 cucumber.yml
persistent_settings-1.3.0 config/cucumber.yml
localeapp-0.6.1 cucumber.yml
localeapp-0.6.0 cucumber.yml
rankit-0.0.1 config/cucumber.yml
localeapp-0.5.2 cucumber.yml
localeapp-0.5.1 cucumber.yml
localeapp-0.5.0 cucumber.yml
devise_ldap_authenticatable-0.6.1 test/rails_app/config/cucumber.yml
git_pivotal_tracker-0.2.1 cucumber.yml
oauth2_provider_engine-0.0.2 test/dummy/config/cucumber.yml
prathe_devise_ldap_authenticatable-0.6.0 test/rails_app/config/cucumber.yml
oauth2_provider_engine-0.0.1 test/dummy/config/cucumber.yml
noodall-form-builder-0.5.4 cucumber.yml
noodall-form-builder-0.5.3 cucumber.yml
localeapp-0.4.3 cucumber.yml
localeapp-0.4.2 cucumber.yml
noodall-form-builder-0.5.2 cucumber.yml
localeapp-0.4.1 cucumber.yml
tsrails-2.0.2 template/files/cucumber.yml