From 58b7ef84310b6a63d539e8931e50b757bf2468de Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Thu, 29 Aug 2013 16:29:59 +0200 Subject: [PATCH] cuke profile for running all test (including todo/bug) --- config/cucumber.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/cucumber.yml b/config/cucumber.yml index 1847f0198..9b63064b2 100644 --- a/config/cucumber.yml +++ b/config/cucumber.yml @@ -2,4 +2,5 @@ ##YAML Template --- default: --require features --tags ~@todo --tag ~@stress -verify: --require features --tags ~@todo --tag ~@stress -f progress \ No newline at end of file +verify: --require features --tags ~@todo --tag ~@stress -f progress +all: --require features \ No newline at end of file