From 6072077a4a02e58e53148718480a96ab2864227b Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Mon, 3 Sep 2012 00:26:15 -0700 Subject: [PATCH] Add a good wip profile and default options for cucumber --- cucumber.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cucumber.yml b/cucumber.yml index 3bcbc52..ff7a37a 100644 --- a/cucumber.yml +++ b/cucumber.yml @@ -1 +1,6 @@ -default: --format pretty --tags ~@wip +<% +opts = "--format pretty --format junit --out features/reports" +%> + +default: <%= opts %> --tags ~@wip +wip: <%= opts %> --tags @wip