spbaniya's avatar

How to run parallel unit test that has sequential dependent feature tests

I've some feature tests that needed to be run one after another. When I do normal php artisan test all tests pass without any issue but when I try running php artisan test --parallel I get a bunch of errors.

How can I setup tests to be grouped to run sequentially in parallel mode?

0 likes
1 reply

Please or to participate in this conversation.