Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add requirements for the usePackageLock feature #3046

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ npm:
auth: base64SecretToken
username: myUsername
password: myPassword
email: myEmail
email: myEmail
```

---
Expand Down Expand Up @@ -580,7 +580,7 @@ Do not use `dependencies` and `packages` at the same time.

### `usePackageLock`

<p><small>| OPTIONAL | BOOLEAN |</small></p>
<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Playwright 1.48.2+</span> | <span className="sauceGreen">saucectl 0.187.0+</span> |</small></p>

Specifies whether to use the project's package-lock.json when installing npm
dependencies. If true, package-lock.json will be used during package
Expand Down Expand Up @@ -743,7 +743,7 @@ artifacts:
<p><small>| OPTIONAL | OBJECT |</small></p>

Define directories to archive and retain as a test asset at the end of a test run. Archived test assets can
be downloaded automatically using the `download` configuration, via the
be downloaded automatically using the `download` configuration, via the
[REST API](/dev/api/jobs/#get-a-job-asset-file), or through the test details page.

```yaml
Expand Down
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 @@ -565,7 +565,7 @@ Do not use `dependencies` and `packages` at the same time.

### `usePackageLock`

<p><small>| OPTIONAL | BOOLEAN |</small></p>
<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Cypress 13.15.1+</span> | <span className="sauceGreen">saucectl 0.187.0+</span> |</small></p>

Specifies whether to use the project's package-lock.json when installing npm
dependencies. If true, package-lock.json will be used during package
Expand Down
6 changes: 3 additions & 3 deletions docs/web-apps/automated-testing/playwright/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ npm:
auth: base64SecretToken
username: myUsername
password: myPassword
email: myEmail
email: myEmail
```

---
Expand Down Expand Up @@ -544,7 +544,7 @@ Do not use `dependencies` and `packages` at the same time.

### `usePackageLock`

<p><small>| OPTIONAL | BOOLEAN |</small></p>
<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Playwright 1.48.2+</span> | <span className="sauceGreen">saucectl 0.187.0+</span> |</small></p>

Specifies whether to use the project's package-lock.json when installing npm
dependencies. If true, package-lock.json will be used during package
Expand Down Expand Up @@ -747,7 +747,7 @@ artifacts:
<p><small>| OPTIONAL | OBJECT |</small></p>

Define directories to archive and retain as a test asset at the end of a test run. Archived test assets can
be downloaded automatically using the `download` configuration, via the
be downloaded automatically using the `download` configuration, via the
[REST API](/dev/api/jobs/#get-a-job-asset-file), or through the test details page.

```yaml
Expand Down
6 changes: 3 additions & 3 deletions docs/web-apps/automated-testing/testcafe/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ npm:
auth: base64SecretToken
username: myUsername
password: myPassword
email: myEmail
email: myEmail
```

---
Expand Down Expand Up @@ -548,7 +548,7 @@ Do not use `dependencies` and `packages` at the same time.

### `usePackageLock`

<p><small>| OPTIONAL | BOOLEAN |</small></p>
<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">TestCafe 3.6.2+</span> | <span className="sauceGreen">saucectl 0.187.0+</span> |</small></p>

Specifies whether to use the project's package-lock.json when installing npm
dependencies. If true, package-lock.json will be used during package
Expand Down Expand Up @@ -751,7 +751,7 @@ artifacts:
<p><small>| OPTIONAL | OBJECT |</small></p>

Define directories to archive and retain as a test asset at the end of a test run. Archived test assets can
be downloaded automatically using the `download` configuration, via the
be downloaded automatically using the `download` configuration, via the
[REST API](/dev/api/jobs/#get-a-job-asset-file), or through the test details page.

```yaml
Expand Down
Loading