Sha256: 69f493c58e8d527d3f1bba8bf7d822092aa44240092aed8712a3bd5e825b7d56

Contents?: true

Size: 471 Bytes

Versions: 7

Compression:

Stored size: 471 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: --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

7 entries across 7 versions & 1 rubygems

Version Path
tandem-0.2.5 config/cucumber.yml
tandem-0.2.4 config/cucumber.yml
tandem-0.2.3 config/cucumber.yml
tandem-0.2.2 config/cucumber.yml
tandem-0.2.1 config/cucumber.yml
tandem-0.2.0 config/cucumber.yml
tandem-0.2.0.rc config/cucumber.yml