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