infra-puppet/cucumber.yml

7 lines
133 B
YAML

<%
opts = "--format pretty --format junit --out features/reports"
%>
default: <%= opts %> --tags ~@wip
wip: <%= opts %> --tags @wip