From e31ed5850767f253ebf69737da5077dac3e51662 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:11:04 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (18-11-25) --- nodejs/docs/api/class-testconfig.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/docs/api/class-testconfig.mdx b/nodejs/docs/api/class-testconfig.mdx index 3fb00df135..d5dd455bfe 100644 --- a/nodejs/docs/api/class-testconfig.mdx +++ b/nodejs/docs/api/class-testconfig.mdx @@ -608,7 +608,7 @@ The list of reporters to use. Each reporter can be: * A module name like `'my-awesome-reporter'`. * A relative path to the reporter like `'./reporters/my-awesome-reporter.js'`. -You can pass options to the reporter in a tuple like `['json', { outputFile: './report.json' }]`. +You can pass options to the reporter in a tuple like `['json', { outputFile: './report.json' }]`. If the property is not specified, Playwright uses the `'dot'` reporter when the CI environment variable is set, and the `'list'` reporter otherwise. Learn more in the [reporters guide](../test-reporters.mdx).