Signed-off-by: Alex Schwartz <alexschwartz01@gmail.com>
This commit is contained in:
Alex Schwartz 2025-02-21 19:53:58 -05:00 committed by GitHub
parent 1aebad3ffe
commit 7e724fda19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,13 +109,13 @@ Base directory for all relative paths used in the reporters.
- type: <[null]|[Object]>
- `total` <[int]> The total number of shards.
- `current` <[int]> The index of the shard to execute, one-based.
See [`property: TestConfig.shard`].
## property: FullConfig.skipAfterAnyFailure
* since: v1.51
- type: <[boolean]>
See [`property: TestConfig.shard`].
## property: FullConfig.updateSnapshots
* since: v1.10
- type: <[UpdateSnapshots]<"all"|"changed"|"missing"|"none">>