Sha256: a0586a6cc921e20924c07e3f7802b4c5812e417371c2b4168c127ba283677b71

Contents?: true

Size: 338 Bytes

Versions: 18

Compression:

Stored size: 338 Bytes

Contents

<%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format pretty 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

18 entries across 11 versions & 1 rubygems

Version Path
win32-autogui-0.5.3 examples/skeleton/config/cucumber.yml
win32-autogui-0.5.2 examples/skeleton/config/cucumber.yml
win32-autogui-0.5.1 examples/skeleton/config/cucumber.yml
win32-autogui-0.5.0 examples/skeleton/config/cucumber.yml
win32-autogui-0.4.3 examples/skeleton/config/cucumber.yml
win32-autogui-0.4.3 config/cucumber.yml
win32-autogui-0.4.2 config/cucumber.yml
win32-autogui-0.4.2 examples/skeleton/config/cucumber.yml
win32-autogui-0.4.1 examples/skeleton/config/cucumber.yml
win32-autogui-0.4.1 config/cucumber.yml
win32-autogui-0.4.0 examples/skeleton/config/cucumber.yml
win32-autogui-0.4.0 config/cucumber.yml
win32-autogui-0.3.0 examples/skeleton/config/cucumber.yml
win32-autogui-0.3.0 config/cucumber.yml
win32-autogui-0.2.1 config/cucumber.yml
win32-autogui-0.2.1 examples/skeleton/config/cucumber.yml
win32-autogui-0.2.0 examples/skeleton/config/cucumber.yml
win32-autogui-0.2.0 config/cucumber.yml