concurrency property
int
get
concurrency
How many tests to run concurrently.
Implementation
int get concurrency =>
pauseAfterLoad ? 1 : (_concurrency ?? defaultConcurrency);
How many tests to run concurrently.
int get concurrency =>
pauseAfterLoad ? 1 : (_concurrency ?? defaultConcurrency);