Sha256: 0a26b9cdd6310d8e6661e804db968c80e6d2771c281a8c109a00c200094d8f26

Contents?: true

Size: 452 Bytes

Versions: 3

Compression:

Stored size: 452 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: <%= std_opts %> features
wip: --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
view_models-4.0.1 feature_support/testapp/config/cucumber.yml
view_models-3.0.1 feature_support/testapp/config/cucumber.yml
view_models-3.0.0 feature_support/testapp/config/cucumber.yml