diff --git a/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md b/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md index 3d375d70c3..13713c62e1 100644 --- a/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md +++ b/docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md @@ -423,7 +423,7 @@ npm: auth: base64SecretToken username: myUsername password: myPassword - email: myEmail + email: myEmail ``` --- @@ -580,7 +580,7 @@ Do not use `dependencies` and `packages` at the same time. ### `usePackageLock` -

| OPTIONAL | BOOLEAN |

+

| OPTIONAL | BOOLEAN | Playwright 1.48.2+ | saucectl 0.187.0+ |

Specifies whether to use the project's package-lock.json when installing npm dependencies. If true, package-lock.json will be used during package @@ -743,7 +743,7 @@ artifacts:

| OPTIONAL | OBJECT |

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 diff --git a/docs/web-apps/automated-testing/cypress/yaml/v1.md b/docs/web-apps/automated-testing/cypress/yaml/v1.md index 3e9d206325..2a74e3b2a7 100644 --- a/docs/web-apps/automated-testing/cypress/yaml/v1.md +++ b/docs/web-apps/automated-testing/cypress/yaml/v1.md @@ -565,7 +565,7 @@ Do not use `dependencies` and `packages` at the same time. ### `usePackageLock` -

| OPTIONAL | BOOLEAN |

+

| OPTIONAL | BOOLEAN | Cypress 13.15.1+ | saucectl 0.187.0+ |

Specifies whether to use the project's package-lock.json when installing npm dependencies. If true, package-lock.json will be used during package diff --git a/docs/web-apps/automated-testing/playwright/yaml.md b/docs/web-apps/automated-testing/playwright/yaml.md index 06ff96f8b5..e9c36259f3 100644 --- a/docs/web-apps/automated-testing/playwright/yaml.md +++ b/docs/web-apps/automated-testing/playwright/yaml.md @@ -414,7 +414,7 @@ npm: auth: base64SecretToken username: myUsername password: myPassword - email: myEmail + email: myEmail ``` --- @@ -544,7 +544,7 @@ Do not use `dependencies` and `packages` at the same time. ### `usePackageLock` -

| OPTIONAL | BOOLEAN |

+

| OPTIONAL | BOOLEAN | Playwright 1.48.2+ | saucectl 0.187.0+ |

Specifies whether to use the project's package-lock.json when installing npm dependencies. If true, package-lock.json will be used during package @@ -747,7 +747,7 @@ artifacts:

| OPTIONAL | OBJECT |

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 diff --git a/docs/web-apps/automated-testing/testcafe/yaml.md b/docs/web-apps/automated-testing/testcafe/yaml.md index 2261de0461..cb5b704aea 100644 --- a/docs/web-apps/automated-testing/testcafe/yaml.md +++ b/docs/web-apps/automated-testing/testcafe/yaml.md @@ -416,7 +416,7 @@ npm: auth: base64SecretToken username: myUsername password: myPassword - email: myEmail + email: myEmail ``` --- @@ -548,7 +548,7 @@ Do not use `dependencies` and `packages` at the same time. ### `usePackageLock` -

| OPTIONAL | BOOLEAN |

+

| OPTIONAL | BOOLEAN | TestCafe 3.6.2+ | saucectl 0.187.0+ |

Specifies whether to use the project's package-lock.json when installing npm dependencies. If true, package-lock.json will be used during package @@ -751,7 +751,7 @@ artifacts:

| OPTIONAL | OBJECT |

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