Parallel Laravel Dusk Tests
If you’ve ever used Dusk, you know the following: It can sometimes be flaky for no reason Even a relatively small test suite takes time, because it uses a real driver in the background The above was a real thing that happened and mainly because of work, I decided to give it a good poke and so the laravel dusk parallel package was born Essentially, all you have to do it require the package, and run a few extra chromedriver instances (sorry, I haven’t tested any other drivers!) ...