Skip to main content
Exposes local ports to QA.tech so the agent can reach your dev server during testing. Pair with --application-overrides on qatech run or qatech chat to point a test run at the tunnel URL.

Usage

Global flags

These work on every subcommand:

qatech tunnel start

Starts a tunnel and prints a manifest of public URLs, one per port.

Port syntax

A labelled multi-port tunnel returns a manifest with one URL per label:

Examples

qatech tunnel list

Lists every active tunnel for the project - runner ID, port mapping, and public URLs.

qatech tunnel status

Returns the live health status of a single tunnel.

qatech tunnel stop

Tears down a tunnel and cleans up its resources. If the tunnel process is still running in another terminal, it will exit on its own within ~30 seconds.