Codeception / robo-paracept

Robo tasks for Codeception tests parallel execution
MIT License
57 stars 59 forks source link

Setting maximum number of threads for taskParallelExec #67

Open AdamOakman opened 3 years ago

AdamOakman commented 3 years ago

Let's assume I want to run 20 tests in total but only 10 at the same time to avoid putting a big load on the application under test.

I would like to configure robo-paracept to run maximum 10 threads (once one thread finishes another from the queue is grabbed and launched) - is it possible?