diff --git a/config/cucumber.yml b/config/cucumber.yml index 621a14c..8336ee3 100644 --- a/config/cucumber.yml +++ b/config/cucumber.yml @@ -1,8 +1,2 @@ -<% -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: <%= std_opts %> features -wip: --tags @wip:3 --wip features -rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip +default: --strict --tags ~@selenium --exclude features/support/selenium.rb --exclude features/step_definitions/selenium_steps.rb -r features/support -r features/step_definitions +selenium: --strict --tags @selenium -r features/support -r features/step_definitions -- libgit2 0.21.2