paratestphp / paratest

:computer: Parallel testing for PHPUnit
MIT License
2.3k stars 226 forks source link

Wait between test #849

Closed Luc45 closed 4 months ago

Luc45 commented 4 months ago

Feature request: ./vendor/bin/paratest --wait-between-test 5

Slamdunk commented 4 months ago

Hi, this is not something ParaTest should care about.

Luc45 commented 4 months ago

If you think about it, ParaTest acts as a process manager.

It's much easier to wait before starting another process on the process manager than inside the subprocess. It's a QoL improvement so that we don't need to over-engineer a solution in the context of a subprocess.

I think this QoL pertains to the process manager, it makes it a better process manager, and doesn't deviate from it's purpose and focus :shrug:

Slamdunk commented 4 months ago

Providing 1:1 features of PHPUnit is already challenging enough, and doing it for free isn't fun.

But I can give you a quote for a 1 year support for that specific feature: ping me if interested.

Luc45 commented 4 months ago

Ok, this I can understand :)