Sha256: e92c02e9d5323a51d5f66ab4f27a7edf031493ca3e6aa08823e8efeb1c7f0a46

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-farmer-1.0.3 test_app/cucumber.yml