Skip to main content

property TestOptions.concurrency

If a number is provided, then that many tests would run in parallel. If truthy, it would run (number of cpu cores - 1) tests in parallel. For subtests, it will be Infinity tests in parallel. If falsy, it would only run one test at a time. If unspecified, subtests inherit this value from their parent.

Type #

number
| boolean
| undefined

Did you find what you needed?

Privacy policy