Skip to content

Instantly share code, notes, and snippets.

@santiycr
Last active December 10, 2015 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santiycr/4512836 to your computer and use it in GitHub Desktop.
Save santiycr/4512836 to your computer and use it in GitHub Desktop.
curl -u $USERNAME:$ACCESS-KEY 'http://saucelabs.com/rest/v1/storage/$USERNAME/selenium-server-r11111.jar?overwrite=yay' \
-X POST --data-binary @/path/to/the/selenium-server-r11111.jar \
-v -H "Content-Type: application/octet-stream"
@santiycr
Copy link
Author

Once the file has been uploaded, in your tests, the following capability needs to be used:

"selenium-version": "sauce-storage:selenium-server-r11111.jar"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment