Skip to content

Commit

Permalink
Add cucumber.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 30, 2010
1 parent eb07fe5 commit 42866cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/cucumber.yml
@@ -0,0 +1,7 @@
<%
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

0 comments on commit 42866cf

Please sign in to comment.