When I run Laravel Dusk tests it runs in parallel many tests and they fail due to the system resources limit. I want to be able to run all tests sequently or in a limited number parallels.
vonGruz Thank you for the question.
I think this is configured using PHPUnit's configuration, i.e. the phpunit.xml file.
phpunit.xml
We run the tests as a single command. For more details, please see the VSCode's OUTPUT -> PHP (PHPUnit) log.
OUTPUT
PHP (PHPUnit)