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