Sha256: ae73ed77ce0f4d0939c6678fbf61033a72cabd445af10a9b68e5f92bb3ed1c8e

Contents?: true

Size: 473 Bytes

Versions: 33

Compression:

Stored size: 473 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 = "--require features --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags ~@wip"
%>
default: <%= std_opts %> features
wip: --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
dryml-2.0.0.pre6 cucumber.yml
dryml-2.0.0.pre5 cucumber.yml
dryml-2.0.0.pre4 cucumber.yml
dryml-2.0.0.pre3 cucumber.yml
dryml-2.0.0.pre2 cucumber.yml
dryml-2.0.0.pre1 cucumber.yml
dryml-1.4.0.pre8 cucumber.yml
dryml-1.4.0.pre7 cucumber.yml
dryml-1.4.0.pre6 cucumber.yml
dryml-1.4.0.pre5 cucumber.yml
dryml-1.4.0.pre4 cucumber.yml
dryml-1.4.0.pre3 cucumber.yml
dryml-1.4.0.pre2 cucumber.yml