Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
waggledans committed Feb 12, 2023
1 parent a2bc215 commit a3bf6db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ __tests__/runner/*
lib/**/*
.nyc_output
coverage

# ignore local dev
.secrets
.env
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,17 @@ Do not retry if this amount of minutes has passed since starting. (default: "10"

Please refer to [Sauce Labs documentation](https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html) for each option documentation.

- `cainfo`
- `configFile`
- [cainfo](https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html#--cainfo)
- [configFile](https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html#--config-file)
- `directDomains`
- `fastFailRegexps`
- `metricsAddress`
- `noAutodetect`
- `noSSLBumpDomains`
- `pac`
- `proxy`
- `proxyTunnel`
- `proxyUserpwd`
- `region`
- [region](https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html#--region)
- `scproxyPort`
- `sePort`
- `sharedTunnel`
Expand All @@ -73,10 +72,10 @@ Please refer to [Sauce Labs documentation](https://docs.saucelabs.com/dev/cli/sa

## Sauce Connect Proxy log

Sometimes, it's beneficial to have an access to Sauce Connect Proxy log for debugging or for an audit.
Sometimes, it's beneficial to access the Sauce Connect Proxy log for debugging or an audit.

It can be done with [upload-artifact](https://github.com/actions/upload-artifact) GitHub Action.
Optionally, a failure condition may be specified in order to store the log only in case of a failure.
Optionally, a failure condition may be specified to store the log only in case of a failure.

```yaml
jobs:
Expand Down

0 comments on commit a3bf6db

Please sign in to comment.