testingbot/TestingBot Tunnel Action

A GitHub action to launch the TestingBot Tunnel

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
keyTestingBot API Keyyes
secretTestingBot API Secretyes
debugEnables debug messages. Will output request/response headers.no
tbVersionVersion of the TestingBot Tunnel docker image.nolatest
retryTimeoutDo not retry if this amount of minutes has passed since starting.no10
readyTimeoutSeconds to wait for the tunnel ready-file after starting the container.no60
authPerforms Basic Authentication for specific hosts, only works with HTTP.no
dnsUse a custom DNS server. For example: 8.8.8.8no
doctorPerform sanity/health checks to detect possible misconfiguration or problems.no
extraHeadersInject extra headers in the requests the tunnel makes. Value should be a JSON string.no
fastFailRegexpsSpecify domains you don't want to proxy, comma separated.no
hubPortUse this if you want to connect to port 80 on the TestingBot hub instead of the default port 4444.no
metricsPortPort to expose tunnel metrics on. Default 8003.no
noBumpDo not perform SSL bumping.no
noCacheBypass TestingBot Caching Proxy running on the tunnel VM.no
noProxyDo not start a local proxy (requires user provided proxy server on port 8087).no
pacProxy autoconfiguration. Should be a http(s) URLno
proxySpecify an upstream proxy: PROXYHOST:PROXYPORTno
proxyCredentialsUsername and password required to access the proxy configured with proxyno
sePortThe local port your Selenium test should connect to. Default port is 4445no
localProxyThe port to launch the local proxy on (default 8087).no
sharedShare this tunnel with other users in your team. Defaults to private.no
tunnelIdentifierA unique identifier for the Tunnelno
webPoint to a directory for testing — starts a local webserver serving that directory.no
uploadLogFileUpload the TestingBot log file as artifactnotrue
namedescription
container-idDocker container ID of the running TestingBot Tunnel
tunnel-identifierThe tunnel identifier (echoed from the tunnelIdentifier input)
log-fileAbsolute path to the tunnel log file on the runner