Add some cucumber profiles

This commit is contained in:
R. Tyler Croy 2014-03-23 16:24:25 -07:00
parent 765d2216b4
commit 802b0bdcb8
1 changed files with 7 additions and 0 deletions

7
config/cucumber.yml Normal file
View File

@ -0,0 +1,7 @@
<%
default_opts = "--format progress --expand"
%>
default: <%= default_opts %> --tags ~@wip
offline: <%= default_opts %> --tags ~@network
wip: <%= default_opts %> --tags @wip