Skip to content

Commit

Permalink
Incorporate lint suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Dec 11, 2024
1 parent d0dfd5c commit 94eb5e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,12 @@ suites:

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

Configures saucectl to automatically split the tests of a suite to more easily
run in parallel. Valid values are `concurrency` and `testList`.
Configures saucectl to automatically split the tests of a suite to run in
parallel. Valid values are `concurrency` and `testList`.

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 `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.
Expand Down

0 comments on commit 94eb5e2

Please sign in to comment.