actions-marketplace-validations/TestingBot Tunnel Action
A GitHub action to launch the TestingBot Tunnel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 13, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/testingbot_testingbot-tunnel-action@366304f01476fb9118595c4e9d35a36954957287 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| key | TestingBot API Key | yes | — |
| secret | TestingBot API Secret | yes | — |
| debug | Enables debug messages. Will output request/response headers. | no | — |
| tbVersion | Version of the TestingBot Tunnel docker image. | no | latest |
| retryTimeout | Do not retry if this amount of minutes has passed since starting. | no | 10 |
| auth | Performs Basic Authentication for specific hosts, only works with HTTP. | no | — |
| dns | Use a custom DNS server. For example: 8.8.8.8 | no | — |
| doctor | Perform sanity/health checks to detect possible misconfiguration or problems. | no | — |
| fastFailRegexps | Specify domains you don't want to proxy, comma separated. | no | — |
| pac | Proxy autoconfiguration. Should be a http(s) URL | no | — |
| sePort | The local port your Selenium test should connect to. Default port is 4445 | no | — |
| localProxy | The port to launch the local proxy on (default 8087). | no | — |
| proxy | Specify an upstream proxy: PROXYHOST:PROXYPORT | no | — |
| proxyCredentials | Username and password required to access the proxy configured with proxy | no | — |
| noCache | Bypass TestingBot Caching Proxy running on the tunnel VM. | no | — |
| noProxy | Do not start a local proxy (requires user provided proxy server on port 8087) | no | — |
| tunnelIdentifier | A unique identifier for the Tunnel | no | — |
| uploadLogFile | Upload the TestingBot log file as artifact | no | true |
Outputs
no outputs