xUnit - What is the maximum number of parallel tests that can run in xUnit?

859 Views Asked by At

xUnit documentation does not specify any limits on the number of parallel tests - https://xunit.github.io/docs/running-tests-in-parallel.html

1

There are 1 best solutions below

1
Alex Angas On

See the "Changing Default Behavior" section on that page.

Default: number of virtual CPUs in the PC