Skip to content

Instantly share code, notes, and snippets.

@sauceaaron
Created January 14, 2020 23:40
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 sauceaaron/5dfc255db23d56ef46e2c44960f793be to your computer and use it in GitHub Desktop.
Save sauceaaron/5dfc255db23d56ef46e2c44960f793be to your computer and use it in GitHub Desktop.
PORT=${1:-4447}
echo $TESTOBJECT_USERNAME
echo $SAUCECONNECT_API_KEY
sc -u $TESTOBJECT_USERNAME -k $SAUCECONNECT_API_KEY \
-x https://us1.api.testobject.com/sc/rest/v1 \
-B all \
-i my_rdc_tunnel \
--se-port $PORT \
--logfile /tmp/sc.$PORT.log \
--pidfile /tmp/sc.$PORT.pid \
--metrics-address=127.0.0.1:1$PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment