Skip to content

Instantly share code, notes, and snippets.

@aliceh
Created January 28, 2015 17:51
Show Gist options
  • Save aliceh/b21f60a0d7370d67f615 to your computer and use it in GitHub Desktop.
Save aliceh/b21f60a0d7370d67f615 to your computer and use it in GitHub Desktop.
Runs all selenium IDE tests
#!/bin/bash
url="https://10.111.5.145"
java -jar selenium-server-standalone-2.43.1.jar -Dorg.openqa.jetty.SocketListener.bufferSize=20480 -userExtensions "eucaconsole/tests/selenium//Selenium_RC_Plugins/user-extensions.js" -htmlSuite *firefox "$url" "eucaconsole/tests/selenium/KEYPAIR_OPERATIONS.html" "key-pair-operations.html" -trustAllSSLCertificates
java -jar selenium-server-standalone-2.43.1.jar -Dorg.openqa.jetty.SocketListener.bufferSize=20480 -userExtensions "eucaconsole/tests/selenium//Selenium_RC_Plugins/user-extensions.js" -htmlSuite *firefox "$url" "eucaconsole/tests/selenium/INSTANCE_OPERATIONS.html" "instance-operations.html" -trustAllSSLCertificates
java -jar selenium-server-standalone-2.43.1.jar -Dorg.openqa.jetty.SocketListener.bufferSize=20480 -userExtensions "eucaconsole/tests/selenium//Selenium_RC_Plugins/user-extensions.js" -htmlSuite *firefox "$url" "eucaconsole/tests/selenium/VOLUME_OPERATIONS.html" "volume-operations.html" -trustAllSSLCertificates
java -jar selenium-server-standalone-2.43.1.jar -Dorg.openqa.jetty.SocketListener.bufferSize=20480 -userExtensions "eucaconsole/tests/selenium//Selenium_RC_Plugins/user-extensions.js" -htmlSuite *firefox "$url" "eucaconsole/tests/selenium/SNAPSHOT_OPERATIONS.html" "snapshot-operations.html" -trustAllSSLCertificates
java -jar selenium-server-standalone-2.43.1.jar -Dorg.openqa.jetty.SocketListener.bufferSize=20480 -userExtensions "eucaconsole/tests/selenium//Selenium_RC_Plugins/user-extensions.js" -htmlSuite *firefox "$url" "eucaconsole/tests/selenium/IP_OPERATIONS.html" "ip-operations.html" -trustAllSSLCertificates
java -jar selenium-server-standalone-2.43.1.jar -Dorg.openqa.jetty.SocketListener.bufferSize=20480 -userExtensions "eucaconsole/tests/selenium//Selenium_RC_Plugins/user-extensions.js" -htmlSuite *firefox "$url" "eucaconsole/tests/selenium/SECURITY_GROUP_OPERATIONS.html" "security-group-operations.html" -trustAllSSLCertificates
java -jar selenium-server-standalone-2.43.1.jar -Dorg.openqa.jetty.SocketListener.bufferSize=20480 -userExtensions "eucaconsole/tests/selenium//Selenium_RC_Plugins/user-extensions.js" -htmlSuite *firefox "$url" "eucaconsole/tests/selenium/AUTO_SCALING_OPERATIONS.html" "autoscaling-operations.html" -trustAllSSLCertificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment