doc fix remove unfinished sentence
This commit is contained in:
parent
25b9c0ddc8
commit
b56a351b3e
|
|
@ -483,7 +483,7 @@ export default defineConfig({
|
|||
|
||||
Shuffle the order of test groups with a seed. By default tests are run in the order they are discovered, which is mostly alphabetical. This could lead to an uneven distribution of slow and fast tests. Shuffling the order of tests in a deterministic way can help to distribute the load more evenly.
|
||||
|
||||
The sharding seed is a string that is used to initialize a random number generator. The configured value needs to be the same for all shards, to make sure
|
||||
The sharding seed is a string that is used to initialize a random number generator.
|
||||
|
||||
Learn more about [parallelism and sharding](../test-parallel.md) with Playwright Test.
|
||||
|
||||
|
|
|
|||
3
packages/playwright/types/test.d.ts
vendored
3
packages/playwright/types/test.d.ts
vendored
|
|
@ -1412,8 +1412,7 @@ interface TestConfig<TestArgs = {}, WorkerArgs = {}> {
|
|||
* mostly alphabetical. This could lead to an uneven distribution of slow and fast tests. Shuffling the order of tests
|
||||
* in a deterministic way can help to distribute the load more evenly.
|
||||
*
|
||||
* The sharding seed is a string that is used to initialize a random number generator. The configured value needs to
|
||||
* be the same for all shards, to make sure
|
||||
* The sharding seed is a string that is used to initialize a random number generator.
|
||||
*
|
||||
* Learn more about [parallelism and sharding](https://playwright.dev/docs/test-parallel) with Playwright Test.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue