/scripts/run_selenium_tests.sh

https://bitbucket.org/h_morita_dbcls/galaxy-central · Shell · 8 lines · 5 code · 2 blank · 1 comment · 1 complexity · 998459af18095278bc07d531ae21aea1 MD5 · raw file

  1. #!/bin/sh
  2. if [ ! -f selenium-server.jar ]; then
  3. echo "Need to download selenium-server.jar from:"
  4. echo "http://nexus.openqa.org/content/repositories/snapshots/org/seleniumhq/selenium/server/selenium-server/1.0-SNAPSHOT/selenium-server-1.0-20090319.053109-107-standalone.jar"
  5. fi
  6. java -jar selenium-server.jar -htmlSuite "*firefox" "http://localhost:8080" ./test/selenium/workflow/Suite.html ./selenium_results.html