youngfreefjs/Setup Appium
A GitHub action to setup appium server (CLI)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Sauce Labs user name. | yes | — |
| accessKey | Sauce Labs API Key. | yes | — |
| cainfo | CA certificate bundle to use for verifying REST connections. (default "/usr/local/etc/openssl/cert.pem") | no | — |
| configFile | Path to YAML config file. Please refer to https://docs.saucelabs.com/secure-connections/sauce-connect/setup-configuration/yaml-config/. | no | — |
| directDomains | Comma-separated list of domains that you want to relay directly through the internet instead of through the Sauce Connect Proxy tunnel. | no | — |
| dns | Use specified name server. To specify multiple servers, separate them with comma. Use IP addresses, optionally with a port number, the two separated by a colon. Example: --dns 8.8.8.8,8.8.4.4:53 | no | — |
| fastFailRegexps | Comma-separated list of regular expressions. Requests matching one of these will get dropped instantly and will not go through the tunnel. | no | — |
| maxLogsize | Rotate logfile after reaching <bytes> size. Disabled by default. | no | — |
| metricsAddress | [DEPRECATED in 4.8.0] host:port for the status server used to expose client metrics. | no | — |
| noAutodetect | Disable the autodetection of proxy settings. | no | — |
| noRemoveCollidingTunnels | Denotes a tunnel as part of a high availability tunnel pool. For more info, please refer to https://docs.saucelabs.com/secure-connections/sauce-connect/setup-configuration/high-availability/https://docs.saucelabs.com/secure-connections/sauce-connect/setup-configuration/high-availability/. | no | — |
| noSSLBumpDomains | Comma-separated list of domains. Requests whose host matches one of these will not be SSL re-encrypted. | no | — |
| pac | Proxy autoconfiguration. Can be an http(s) or local file:// (absolute path only) URI. | no | — |
| proxy | Proxy host and port that Sauce Connect should use to connect to the Sauce Labs cloud. | no | — |
| proxyTunnel | Use the proxy configured with -p for the tunnel connection. | no | — |
| proxyUserpwd | Username and password required to access the proxy configured with -p. | no | — |
| restUrl | Sets your Sauce Labs regional data center REST API URL (e.g., EU-Central, US-West). We recommend to use `region` instead. | no | — |
| region | Sets your Sauce Labs region data center such as us-west, eu-central, etc... For more information, please refer to https://docs.saucelabs.com/dev/cli/sauce-connect-proxy/index.html#data-center-endpoints. | no | — |
| scproxyPort | Port on which scproxy will be listening. | no | — |
| sePort | Port on which Sauce Connect's Selenium relay will listen for requests. Selenium commands reaching Connect on this port will be relayed to Sauce Labs securely and reliably through Connect's tunnel (default 4445) | no | — |
| sharedTunnel | Share the tunnels within the same organization. | no | — |
| statusAddress | host:port for the status server used to expose client status. | no | — |
| tunnelCainfo | CA certificate bundle to use for verifying tunnel connections. (default "/usr/local/etc/openssl/cert.pem") | no | — |
| tunnelDomains | Inverse of '--direct-domains'. Only requests for domains in this list will be sent through the tunnel. Overrides '--direct-domains'. | no | — |
| tunnelIdentifier | Assigns a name to a Sauce Connect Proxy tunnel. Use tunnelName starting from Sauce Connect v4.7.0. | no | — |
| tunnelName | Assigns a name to a Sauce Connect Proxy tunnel. Same as tunnelIdentifier. | no | — |
| tunnelPool | Launches a high availability tunnel pool along with the --tunnel-identifier flag. For more info, please refer to https://docs.saucelabs.com/secure-connections/sauce-connect/setup-configuration/high-availability/https://docs.saucelabs.com/secure-connections/sauce-connect/setup-configuration/high-availability/. | no | — |
| verbose | Enable verbose logging. | no | — |
| scVersion | Version of the saucelabs/sauce-connect docker image. | no | 4.8.2 |
| retryTimeout | Do not retry if this amount of minutes has passed since starting. | no | 10 |
Outputs
no outputs