Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 12, 2024
1 parent 980a4ef commit cba549c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/web-apps/automated-testing/cypress/yaml/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,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
Expand Down
2 changes: 1 addition & 1 deletion docs/web-apps/automated-testing/playwright/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,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
Expand Down
2 changes: 1 addition & 1 deletion docs/web-apps/automated-testing/testcafe/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,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
Expand Down

0 comments on commit cba549c

Please sign in to comment.