From 5fa88be18a8774ee810e42d41c65eebe70d5632e Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Mon, 25 Nov 2024 15:02:38 -0800 Subject: [PATCH] =?UTF-8?q?no=20please=20=CE=A3(=EF=BE=9F=E5=8F=A3?= =?UTF-8?q?=EF=BE=9F;)//?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md b/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md index 0dd0a3c4e4..50a28dd361 100644 --- a/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md +++ b/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md @@ -1264,10 +1264,10 @@ The name or path, as well as the optional output file path, must be enclosed in :::warning Cucumber deprecated the previous `format` configuration 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, please migrate to the latest pattern. +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). -The `file://my_formatter/implementation:output_file` is an example of ambiguous colon usage and is not allowed in Sauce Labs now. Please migrate to the quoted pattern. +The `file://my_formatter/implementation:output_file` is an example of ambiguous colon usage and is not allowed in Sauce Labs now. You should migrate to the quoted pattern. ::: ```yaml