Tag: laravel-dusk

How to run a specific test in Laravel Dusk?

If you ever stuck how to run a specific test in Laravel Dusk instead of all the test, this post might help you. There are probably two ways to run a specific test in Laravel dusk, by the file location and by using `--filter` keyword. Let's dig into it.