Functions

f
openOutputInBrowser(config: Config): Task<void, never>

Opens the test output in the browser qunitx uses, detached from the qunitx process. In watch mode, opens the live HTTP server URL so WebSocket-driven reloads work on file changes. In normal mode, opens the static file:// URL (the bundle is self-contained, no server needed). If config.open is a string, it is used as the browser binary/command directly (e.g. 'brave', 'google-chrome-lts').

Usage

import * as mod from "lib/utils/open-output-in-browser.ts";