From b4de3133ccca94ff6fd43c7e865a1e4ea8b12681 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Mon, 4 Dec 2023 09:38:17 -0800 Subject: [PATCH] docs: add exposeNetwork option documentation to connectOptions fixture (#28483) --- docs/src/test-api/class-testoptions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/test-api/class-testoptions.md b/docs/src/test-api/class-testoptions.md index ff791113ba..8ac76c5b67 100644 --- a/docs/src/test-api/class-testoptions.md +++ b/docs/src/test-api/class-testoptions.md @@ -159,6 +159,7 @@ export default defineConfig({ - `wsEndpoint` <[string]> A browser websocket endpoint to connect to. - `headers` ?<[void]|[Object]<[string], [string]>> Additional HTTP headers to be sent with web socket connect request. Optional. - `timeout` ?<[int]> Timeout in milliseconds for the connection to be established. Optional, defaults to no timeout. + - `exposeNetwork` ?<[string]> Option to expose network available on the connecting client to the browser being connected to. See [`method: BrowserType.connect`] for more details. **Usage**