Sha256: 103b0210983bd6b46c646d5ebb88b7a73b329e8563129d4ee946437d7e214527

Contents?: true

Size: 683 Bytes

Versions: 10

Compression:

Stored size: 683 Bytes

Contents

<%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags ~@wip"
%>
default: <%= std_opts %> features
wip: --tags @wip --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip
ci: --tags ~@wip --format html --out reports/cucumber.html --format junit --out reports/cucumber-xml --format pretty --strict features
ci_wip: --wip --tags @wip --format html --out reports/cucumber_wip.html --format pretty features

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
affectiva-surveyor-1.5.0.pre.disco.2 cucumber.yml
hssc_surveyor-1.4.3.pre cucumber.yml
hssc_surveyor-1.4.2.pre cucumber.yml
hssc_surveyor-1.4.1.pre cucumber.yml
surveyor-1.4.0 cucumber.yml
surveyor-1.3.0 cucumber.yml
surveyor-1.2.0 cucumber.yml
surveyor-1.1.0 cucumber.yml
surveyor-1.0.1 cucumber.yml
surveyor-1.0.0 cucumber.yml