Sha256: bb849b9e59639f22fc7a066d30f11360c9c2e84d1c4fcf0779a4e38842e1454a

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

<%
  options  = " --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'}" 
  options += " --format junit --out #{ENV['CI_REPORTS'] || 'features/reports'}" if ENV['HEADLESS']
  options += " -r features"
%>
default: <%= options %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bundle_depot-0.2.2 config/cucumber.yml
bundle_depot-0.2.1 config/cucumber.yml
bundle_depot-0.2.0 config/cucumber.yml
bundle_depot-0.0.3 config/cucumber.yml
bundle_depot-0.0.2 config/cucumber.yml
bundle_depot-0.0.1 config/cucumber.yml