Skip to content

Commit

Permalink
docs: add requirements for the usePackageLock feature (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke authored Dec 11, 2024
1 parent 5b27082 commit 83a6fbb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md
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

0 comments on commit 83a6fbb

Please sign in to comment.