Last active
December 12, 2015 07:58
-
-
Save jone/4739999 to your computer and use it in GitHub Desktop.
sauce jenkins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export REMOTE_URL="http://XXXX:[email protected]:80/wd/hub" | |
export ZOPE_HOST="localhost" | |
export ZSERVER_HOST="0.0.0.0" | |
export DESIRED_CAPABILITIES=$(echo \$SELENIUM_DRIVER | sed -e 's/sauce-ondemand:?//' -e 's/&/", "/g' -e 's/=/": "/g' -e 's/^\(.*\)\$/{"\1"}/') | |
export BROWSER=$(echo $SELENIUM_DRIVER | perl -pe 's|.*browser=(.*?)&.*|\1|') | |
$PYTHON27 bootstrap.py | |
bin/buildout | |
bin/test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment