php artisan dusk tests/Browser/put-your-test-hereTest.php
you can use PHPUnit stuff. eg --filter and your method will run a specific method in your test file.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I don't want to run all of them as it takes forever, only want to run the one I'm currently working on. Can't find anything online about it.
php artisan dusk tests/Browser/put-your-test-hereTest.php
you can use PHPUnit stuff. eg --filter and your method will run a specific method in your test file.
Please or to participate in this conversation.