From fbda85210a9521a5f8e0141f980b289aaea32aad Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 12 Jan 2013 21:55:59 -0800 Subject: [PATCH] Added html_report profile to cucumber --- cucumber.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cucumber.yml b/cucumber.yml index 9692830c..ff1d0580 100644 --- a/cucumber.yml +++ b/cucumber.yml @@ -1 +1,2 @@ -default: --format progress \ No newline at end of file +default: --format progress +html_report: --format progress --format html --out=features_report.html