File tree 4 files changed +2179
-1222
lines changed
4 files changed +2179
-1222
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ __tests__/runner/*
5
5
lib /** /*
6
6
.nyc_output
7
7
coverage
8
+
9
+ # ignore local dev
10
+ .secrets
11
+ .env
Original file line number Diff line number Diff line change @@ -49,18 +49,17 @@ Do not retry if this amount of minutes has passed since starting. (default: "10"
49
49
50
50
Please refer to [ Sauce Labs documentation] ( https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html ) for each option documentation.
51
51
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 )
54
54
- ` directDomains `
55
55
- ` fastFailRegexps `
56
- - ` metricsAddress `
57
56
- ` noAutodetect `
58
57
- ` noSSLBumpDomains `
59
58
- ` pac `
60
59
- ` proxy `
61
60
- ` proxyTunnel `
62
61
- ` proxyUserpwd `
63
- - ` region `
62
+ - [ region] ( https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html#--region )
64
63
- ` scproxyPort `
65
64
- ` sePort `
66
65
- ` sharedTunnel `
@@ -73,10 +72,10 @@ Please refer to [Sauce Labs documentation](https://docs.saucelabs.com/dev/cli/sa
73
72
74
73
## Sauce Connect Proxy log
75
74
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.
77
76
78
77
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.
80
79
81
80
``` yaml
82
81
jobs :
You can’t perform that action at this time.
0 commit comments