Sha256: f1b2a5223e6fc72d59526635d7755d9b29156543de5f465785309bce7d44e1f1

Contents?: true

Size: 782 Bytes

Versions: 166

Compression:

Stored size: 782 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 'not @wip' --tags 'not @legacy' --tags 'not @pending' --strict"
wip_opts = "#{base_opts} --tags @wip:100 --wip"
web_opts = "#{base_opts} --tags '@web or @legacy' --tags 'not @wip' --tags 'not @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

166 entries across 166 versions & 1 rubygems

Version Path
renalware-core-2.1.1 config/cucumber.yml
renalware-core-2.1.0 config/cucumber.yml
renalware-core-2.0.167 config/cucumber.yml
renalware-core-2.0.166 config/cucumber.yml
renalware-core-2.0.165 config/cucumber.yml
renalware-core-2.0.164 config/cucumber.yml
renalware-core-2.0.163 config/cucumber.yml
renalware-core-2.0.162 config/cucumber.yml
renalware-core-2.0.161 config/cucumber.yml
renalware-core-2.0.160 config/cucumber.yml
renalware-core-2.0.159 config/cucumber.yml
renalware-core-2.0.158 config/cucumber.yml
renalware-core-2.0.157 config/cucumber.yml
renalware-core-2.0.156 config/cucumber.yml
renalware-core-2.0.155 config/cucumber.yml
renalware-core-2.0.153 config/cucumber.yml
renalware-core-2.0.152 config/cucumber.yml
renalware-core-2.0.151 config/cucumber.yml
renalware-core-2.0.149 config/cucumber.yml
renalware-core-2.0.148 config/cucumber.yml