From 77d56b23a145ce2585e3fb7fd89452ac113b0cb6 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:10:07 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (30-10-25) --- nodejs/docs/api/class-testconfig.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nodejs/docs/api/class-testconfig.mdx b/nodejs/docs/api/class-testconfig.mdx index d32a8b7bde..268d1310f3 100644 --- a/nodejs/docs/api/class-testconfig.mdx +++ b/nodejs/docs/api/class-testconfig.mdx @@ -1107,6 +1107,17 @@ export default defineConfig({ - `stdout` "pipe" | "ignore" *(optional)* If `"pipe"`, it will pipe the stdout of the command to the process stdout. If `"ignore"`, it will ignore the stdout of the command. Default to `"ignore"`. + - `wait` [Object] *(optional)* + - `stdout` [RegExp] *(optional)* + + + - `stderr` [RegExp] *(optional)* + + + - `time` [number] *(optional)* + + + Consider command started only when given output has been produced or a time in milliseconds has passed. - `timeout` [number] *(optional)* How long to wait for the process to start up and be available in milliseconds. Defaults to 60000.