Sha256: db92a48a87173fc5a17dbf4ca2fe600c7034451dfacbbd18b92e152bdcb96a1b

Contents?: true

Size: 1.19 KB

Versions: 10

Compression:

Stored size: 1.19 KB

Contents

<%
cucumber_pro_opts = ENV['ENABLE_CUCUMBER_PRO'] ? "--format Cucumber::Pro --out /dev/null" : ""
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format pretty #{rerun}"
std_opts = "--format progress features --tags ~@wip --tags ~@wip-new-core -r features --strict #{cucumber_pro_opts}"
std_opts << " --tags ~@wip-jruby" if defined?(JRUBY_VERSION)

wip_opts = "--color -r features --tags @wip,@wip-new-core"
wip_opts << ",@wip-jruby" if defined?(JRUBY_VERSION)
%>
default:     <%= std_opts %> --tags ~@jruby
jruby:       <%= std_opts %> --tags ~@wire
jruby_win:   <%= std_opts %> --tags ~@wire CUCUMBER_FORWARD_SLASH_PATHS=true
windows_mri: <%= std_opts %> --tags ~@jruby --tags ~@wire --tags ~@needs-many-fonts CUCUMBER_FORWARD_SLASH_PATHS=true
ruby_1_9:    <%= std_opts %> --tags ~@jruby
ruby_2_0:    <%= std_opts %> --tags ~@jruby
ruby_2_1:    <%= std_opts %> --tags ~@jruby
wip:         --wip <%= wip_opts %> features <%= cucumber_pro_opts %>
none:        --format pretty --format Cucumber::Pro --out /dev/null
rerun:       <%= rerun_opts %> --format rerun --out rerun.txt --strict --tag ~@wip-new-core <%= cucumber_pro_opts %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
cucumber-2.99.0 cucumber.yml
mobiusloop-0.1.5 cucumber.yml
cucumber-2.4.0 cucumber.yml
mobiusloop-0.1.3 cucumber.yml
mobiusloop-0.1.2 cucumber.yml
cucumber-2.3.3 cucumber.yml
cucumber-2.3.2 cucumber.yml
cucumber-2.3.1 cucumber.yml
cucumber-2.3.0 cucumber.yml
cucumber-2.2.0 cucumber.yml