Sha256: 996d6e1605a61db0cb91f6789f66a0aac0d24676fc1d3571dbbc72104a652b5c

Contents?: true

Size: 473 Bytes

Versions: 49

Compression:

Stored size: 473 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'] || 'progress'} --strict --tags ~@wip"
%>
default: --drb <%= std_opts %> features
wip: --drb --tags @wip:3 --wip features
rerun: --drb <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

49 entries across 49 versions & 5 rubygems

Version Path
impressionist-2.0.0 tests/test_app/config/cucumber.yml
impressionist-1.6.1 tests/test_app/config/cucumber.yml
impressionist-1.6.0 tests/test_app/config/cucumber.yml
impressionist-1.5.2 tests/test_app/config/cucumber.yml
impressionist2-1.5.5 tests/test_app/config/cucumber.yml
impressionist2-1.5.4 tests/test_app/config/cucumber.yml
impressionist2-1.5.3 tests/test_app/config/cucumber.yml
impressionist2-1.5.1 tests/test_app/config/cucumber.yml
impressionist-1.5.1 tests/test_app/config/cucumber.yml
impressionist-1.4.13 tests/test_app/config/cucumber.yml
impressionist-1.4.12 tests/test_app/config/cucumber.yml
impressionist-1.4.11 tests/test_app/config/cucumber.yml
impressionist-1.4.10 tests/test_app/config/cucumber.yml
impressionist-1.4.9 tests/test_app/config/cucumber.yml
impressionist-1.4.8 tests/test_app/config/cucumber.yml
impressionist-1.4.7 tests/test_app/config/cucumber.yml
impressionist-1.4.6 tests/test_app/config/cucumber.yml
impressionist-1.4.5 tests/test_app/config/cucumber.yml
impressionist-1.4.4 tests/test_app/config/cucumber.yml
impressionist-1.4.3 tests/test_app/config/cucumber.yml