From 2efabf76acf7d22c160f7c241c2cd07642a51d37 Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Mon, 25 Nov 2024 15:07:33 -0800 Subject: [PATCH] revise docs --- docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md b/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md index 50a28dd361..d2d813e464 100644 --- a/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md +++ b/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md @@ -1263,7 +1263,7 @@ Specifies the name or path of each formatter to use, along with an optional outp The name or path, as well as the optional output file path, must be enclosed in quotes. See the [Cucumber.js Formatters documentation](https://github.com/cucumber/cucumber-js/blob/main/docs/formatters.md) for more information. :::warning -Cucumber deprecated the previous `format` configuration in version **9.6.0** and will remove it in **11.0.0** or later. +Cucumber deprecated the previous `format` configuration without quotes in version **9.6.0** and will remove it in **11.0.0** or later. If you're still using a `format` setting without quotes, migrate to the latest pattern. For more details, see the [Cucumber.js Deprecations documentation](https://github.com/cucumber/cucumber-js/blob/main/docs/deprecations.md#ambiguous-colons-in-formats).