root/galaxy-central/scripts/run_selenium_tests.sh
リビジョン 2, 424 bytes (コミッタ: hatakeyama, 14 年 前) |
---|
行番号 | |
---|---|
1 | #!/bin/sh |
2 | |
3 | if [ ! -f selenium-server.jar ]; then |
4 | echo "Need to download selenium-server.jar from:" |
5 | 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" |
6 | fi |
7 | |
8 | java -jar selenium-server.jar -htmlSuite "*firefox" "http://localhost:8080" ./test/selenium/workflow/Suite.html ./selenium_results.html |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。