lambdatest/LambdaTest Tunnel Action
A Github Action to launch LambdaTest Tunnel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| user | LambdaTest Email | yes | — |
| accessKey | LambdaTest AccessKey | yes | — |
| tunnelName | Tunnel name to uniquely identify your tunnel on LambdaTest platform | yes | — |
| proxyHost | Proxy host if connecting tunnel via proxy | no | — |
| proxyPort | Proxy port if connecting tunnel via proxy | no | — |
| proxyUser | Proxy username if connecting tunnel via proxy that has authentication enabled | no | — |
| proxyPass | Proxy password if connecting tunnel via proxy that has authentication enabled | no | — |
| sharedTunnel | Sharing tunnel among team members | no | — |
| verbose | Run tunnel in verbose mode | no | — |
| ingressOnly | Routes only incoming traffic via the proxy specified | no | — |
| egressOnly | Routes only outgoing traffic via the proxy specified | no | — |
| mitm | Enable Man in the Middle Mode | no | — |
| dns | Comma separated list of dns servers | no | — |
| loadBalanced | Enable Load Balanced Mode | no | — |
| bypassHosts | Comma separated list of host to bypass from tunnel | no | — |
| basicAuth | Basic Auth in the following format | no | — |
| usePrivateIP | Tunnel to use system private IP for remote connections | no | — |
Outputs
| name | description |
|---|---|
| port | Port on which tunnel api server is running |
| logFileName | Name of log file of tunnel |