Sha256: 6b266a6c9a84975c253d11abda70c56922b8719fe9e9a340190fa66a978cf40e

Contents?: true

Size: 542 Bytes

Versions: 31

Compression:

Stored size: 542 Bytes

Contents

<%
require 'fuubar-cucumber'
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'] || 'fuubar'} --color --strict --tags ~@wip -r features/"
%>
default: <%= std_opts %> features
wip: --color -r features/ --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --color -r features/ --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
crowdblog-0.0.13 config/cucumber.yml
crowdblog-0.0.12 config/cucumber.yml
crowdblog-0.0.10 config/cucumber.yml
crowdblog-0.0.9 config/cucumber.yml
crowdblog-0.0.8 config/cucumber.yml
crowdblog-0.0.7 config/cucumber.yml
crowdblog-0.0.6 config/cucumber.yml
crowdblog-0.0.5 config/cucumber.yml
crowdblog-0.0.4 config/cucumber.yml
crowdblog-0.0.3 config/cucumber.yml
crowdblog-0.0.2 config/cucumber.yml