Sha256: 098f6e605d9fb55240fa3d1d2fd173d1a2be261b6583a877b8a153a0c21d1ff0

Contents?: true

Size: 469 Bytes

Versions: 5

Compression:

Stored size: 469 Bytes

Contents

<%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags ~@wip"
%>
default: --drb <%= std_opts %> features
wip: --drb --tags @wip:3 --wip features
rerun: --drb <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
jenkins-maestrodev-0.6.9 cucumber.yml
jenkins-0.6.8 cucumber.yml
jenkins-0.6.6 cucumber.yml
jenkins-0.6.5 cucumber.yml
akqa-jenkins-0.6.4.1 cucumber.yml