Sha256: fa2bf0e69561b6660310e085a8ef4b02cb31274c4656bde6bcd9218f2bbd803c

Contents?: true

Size: 752 Bytes

Versions: 10

Compression:

Stored size: 752 Bytes

Contents

<%
# Note that @legacy tags are applied to features which are really web. We take them out by default
# and add them back into the rake_web profile.
# See https://github.com/cucumber/cucumber/wiki/Tags
env_format = "#{ENV['CUCUMBER_FORMAT']}"
base_opts = (env_format == "" ? "" : "--format #{env_format}") + " -r features"
std_opts = "#{base_opts} --tags ~@wip --tags ~@legacy --tags ~@pending --strict"
wip_opts = "#{base_opts} --tags @wip:100 --wip"
web_opts = "#{base_opts} --tags @web,@legacy --tags ~@wip --tags ~@pending --strict"
%>
default: <%= std_opts %>
wip: <%= wip_opts %>
guard: <%= wip_opts %> --format pretty
guard_all: <%= std_opts %> --format progress
rake: <%= std_opts %> --format progress
rake_web: <%= web_opts %> --format pretty

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc3 config/cucumber.yml
renalware-core-2.0.0.pre.rc1 config/cucumber.yml
renalware-core-2.0.0.pre.beta12 config/cucumber.yml
renalware-core-2.0.0.pre.beta11 config/cucumber.yml
renalware-core-2.0.0.pre.beta10 config/cucumber.yml
renalware-core-2.0.0.pre.beta9 config/cucumber.yml
renalware-core-2.0.0.pre.beta8 config/cucumber.yml
renalware-core-2.0.0.pre.beta7 config/cucumber.yml
renalware-core-2.0.0.pre.beta6 config/cucumber.yml
renalware-core-2.0.0.pre.beta5 config/cucumber.yml