Sha256: 4060cd2035855e904e5f2127e8bee0942b866d3cd55336c42faa48a5f3b81917

Contents?: true

Size: 332 Bytes

Versions: 2

Compression:

Stored size: 332 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reflex-0.0.3 cucumber.yml
reflex-0.0.2 cucumber.yml