desc 'Runs Seleniun acceptance tests' task :selenium do sh "xvfb-run -a cucumber -p selenium --format #{ENV['CUCUMBER_FORMAT'] || 'progress'}" end