From 980a4ef8cd58d268928da105ec5a1a8af886c096 Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Mon, 12 Aug 2024 10:14:18 -0700 Subject: [PATCH] Update docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md Co-authored-by: Alex Plischke --- 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 5f3d33c0b1..e9c6fcf016 100644 --- a/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md +++ b/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md @@ -557,7 +557,7 @@ Do not use `dependencies` and `packages` at the same time. Instructs npm to perform SSL key validation when making requests to the registry via HTTPS (`true`) or not (`false`). Defaults to `false` if not set. :::note -When running tests and installing packages via a Sauce Connect tunnel, it is required to set `strictSSL` to `false`. +If you're using a Sauce Connect tunnel, you must set `strictSSL` to `false`. ::: ```yaml