File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -333,10 +333,11 @@ changes:
333
333
properties are supported:
334
334
* ` concurrency ` {number|boolean} If a number is provided,
335
335
then that many tests would run in parallel.
336
- If truthy, on top level , it would run (number of cpu cores - 1)
337
- tests in parallel.
336
+ If truthy, when running in ` --test ` mode , it would run
337
+ (number of cpu cores - 1) tests in parallel.
338
338
For subtests, it will be infinity tests in parallel.
339
- If falsy, on top level & subtest level it would only run one test at a time.
339
+ If falsy, when running in ` --test ` mode & subtest level
340
+ it would only run one test at a time.
340
341
If unspecified, subtests inherit this value from their parent.
341
342
** Default:** ` 1 ` .
342
343
* ` only ` {boolean} If truthy, and the test context is configured to run
You can’t perform that action at this time.
0 commit comments