Skip to content

Commit 48f29b2

Browse files
authored
Merge pull request #74 from saucelabs/dependabot/npm_and_yarn/cacheable-request-and-webdriverio-10.2.7
Bump cacheable-request and webdriverio
2 parents c331c13 + a3bf6db commit 48f29b2

File tree

4 files changed

+2179
-1222
lines changed

4 files changed

+2179
-1222
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ __tests__/runner/*
55
lib/**/*
66
.nyc_output
77
coverage
8+
9+
# ignore local dev
10+
.secrets
11+
.env

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,17 @@ Do not retry if this amount of minutes has passed since starting. (default: "10"
4949

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

52-
- `cainfo`
53-
- `configFile`
52+
- [cainfo](https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html#--cainfo)
53+
- [configFile](https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html#--config-file)
5454
- `directDomains`
5555
- `fastFailRegexps`
56-
- `metricsAddress`
5756
- `noAutodetect`
5857
- `noSSLBumpDomains`
5958
- `pac`
6059
- `proxy`
6160
- `proxyTunnel`
6261
- `proxyUserpwd`
63-
- `region`
62+
- [region](https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html#--region)
6463
- `scproxyPort`
6564
- `sePort`
6665
- `sharedTunnel`
@@ -73,10 +72,10 @@ Please refer to [Sauce Labs documentation](https://docs.saucelabs.com/dev/cli/sa
7372

7473
## Sauce Connect Proxy log
7574

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

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

8180
```yaml
8281
jobs:

0 commit comments

Comments
 (0)