Skip to content

Commit

Permalink
Merge branch 'main' into rdx-482-appium-capabilities-constant-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrukhamd authored Dec 12, 2024
2 parents 2fa2b4e + da746c0 commit 1d2a891
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
12 changes: 9 additions & 3 deletions docs/mobile-apps/automated-testing/espresso-xcuitest/xcuitest.md
Original file line number Diff line number Diff line change
Expand Up @@ -1327,12 +1327,18 @@ suites:

<p><small>| OPTIONAL | STRING |</small></p>

When shard is configured as `concurrency`, saucectl automatically splits the tests into several groups (the number of groups is determined by the concurrency setting). Each group will then run as an individual job.
Configures saucectl to automatically split the tests of a suite to run in
parallel. Valid values are `concurrency` and `testList`.

Selectable values: `concurrency` to shard by concurrency. Remove this field or leave it empty `""` for no sharding.
In `concurrency` mode, saucectl automatically splits the tests into several
groups (the number of groups is determined by the concurrency setting). Each
group will then run as an individual job.

In `testList` mode, saucectl will use the provided [testListFile](#testlistfile)
and run each entry defined there in parallel.

:::note
When shard is set for a suite, the [class](#class) setting is automatically ignored.
When sharding is enabled, the [class](#class) setting is automatically ignored.
:::

```yaml
Expand Down
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 1d2a891

Please sign in to comment.