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-3.3.0 cucumber.yml
localeapp-3.2.0 cucumber.yml
devise_ldap_authenticatable-0.8.7 spec/rails_app/config/cucumber.yml
localeapp-3.1.3 cucumber.yml
localeapp-3.1.2 cucumber.yml
localeapp-3.1.1 cucumber.yml
localeapp-3.1.0 cucumber.yml
localeapp-3.0.1 cucumber.yml
localeapp-3.0.0 cucumber.yml
localeapp-2.5.0 cucumber.yml
devise_ldap_authenticatable-0.8.6 spec/rails_app/config/cucumber.yml
localeapp-2.4.0 cucumber.yml
localeapp-2.3.0 cucumber.yml
localeapp-2.2.0 cucumber.yml
localeapp-2.1.1 cucumber.yml
localeapp-2.1.0 cucumber.yml
localeapp-2.0.0 cucumber.yml
localeapp-1.0.2 cucumber.yml
localeapp-1.0.1 cucumber.yml
localeapp-1.0.0 cucumber.yml