Max Concurrency
Control how many test cases run in parallel.
Max Concurrency controls how many test cases run at the same time. Higher concurrency usually means faster overall runs. Lower concurrency can help when your application or a third-party service struggles under load.
You set this in Settings → Runners, under Concurrency Limits.
Choose how fast to run
For each concurrency setting you can choose:
Fastest Runs
Run as many test cases in parallel as your account's runners allow.
Limit Concurrency
Cap how many test cases run at once, using the slider that appears.
Two related settings
Max Concurrency
The overall cap across all runs that are in progress.
Run Concurrency
The cap for a single run.
If only one test case seems to be running at a time, check these settings first. Also check how many test runners your account has: each runner can run one test case at a time.
Last updated