Commit 9be60d087a7103891bfdb55e6077ea832c2f404f

Authored by Antonio Terceiro
1 parent 8227afa8

selenium: display Firefox version

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/tasks/selenium.rake
1 1 desc 'Runs Seleniun acceptance tests'
2 2 task :selenium do
  3 + puts "Firefox version = #{`firefox --version`}"
3 4 sh "xvfb-run -a cucumber -p selenium --format #{ENV['CUCUMBER_FORMAT'] || 'progress'}"
4 5 end
... ...