From ababaf4e146b92de0b61560229a09618c87c8149 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:09:34 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (16-09-25) --- nodejs/docs/api/class-testconfig.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs/docs/api/class-testconfig.mdx b/nodejs/docs/api/class-testconfig.mdx index 9962fa43c00..84425aca51a 100644 --- a/nodejs/docs/api/class-testconfig.mdx +++ b/nodejs/docs/api/class-testconfig.mdx @@ -405,7 +405,7 @@ export default defineConfig({ Added in: v1.10testConfig.metadata -Metadata contains key-value pairs to be included in the report. For example, HTML report will display it as key-value pairs, and JSON report will include metadata serialized as json. +Metadata contains key-value pairs to be included in the report. For example, the JSON report will include metadata serialized as JSON. **Usage** @@ -923,7 +923,7 @@ export default defineConfig({ Whether to update expected snapshots with the actual results produced by the test run. Defaults to `'missing'`. * `'all'` - All tests that are executed will update snapshots. -* `'changed'` - All tests that are executed will update snapshots that did not match. Matching snapshots will not be updated. +* `'changed'` - All tests that are executed will update snapshots that did not match. Matching snapshots will not be updated. Also creates missing snapshots. * `'missing'` - Missing snapshots are created, for example when authoring a new test and running it for the first time. This is the default. * `'none'` - No snapshots are updated.