From 5e79799b8959962db38f41201c12e9e5879805bf Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Tue, 14 Apr 2020 10:01:11 -0700 Subject: [PATCH] chore: update saucelabs README with some more details on local testing (#36625) PR Close #36625 --- tools/saucelabs/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/saucelabs/README.md b/tools/saucelabs/README.md index 9ade6aa116..144ce01183 100644 --- a/tools/saucelabs/README.md +++ b/tools/saucelabs/README.md @@ -2,10 +2,12 @@ ## Local testing -1. Set up your `SAUCE_USERNAME`, `SAUCE_ACCESS_KEY` & `SAUCE_TUNNEL_IDENTIFIER` environment variables. -These are required. +1. Set up your `SAUCE_USERNAME`, `SAUCE_ACCESS_KEY` & `SAUCE_TUNNEL_IDENTIFIER` environment variables. +These are required. You can find the values for `SAUCE_USERNAME` and `SAUCE_ACCESS_KEY` in `/.circleci/env.sh`. `SAUCE_TUNNEL_IDENTIFIER` can be set to any unique value. -2. On OSX and Windows, you will also need to set `SAUCE_CONNECT` to the path of your `sc` binary (Sauce Connect Proxy). +If you are having trouble running Saucelabs tests locally you can contact [Joey Perrott](https://github.com/josephperrott) or [Greg Magolan](https://github.com/gregmagolan) for support. + +1. On OSX and Windows, you will also need to set `SAUCE_CONNECT` to the path of your `sc` binary (Sauce Connect Proxy). You will have to download Sauce Connect Proxy if you don't already have it downloaded. It's available on the SauceLabs website [here](https://wiki.saucelabs.com/display/DOCS/Downloading+Sauce+Connect+Proxy). Unzip it and point the SAUCE_CONNECT env variable to the `sc` binary.