Home > @rushstack/playwright-browser-tunnel > TunnelStatus
TunnelStatus type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Status values reported by PlaywrightTunnel.
Signature:
export type TunnelStatus = 'waiting-for-connection' | 'browser-server-running' | 'stopped' | 'setting-up-browser-server' | 'error';