Level 70
Yes, you can do that.
You just run
php artisan dusk tests/Browser/CommentPageTest.php
That should be fine.
Check more details tutorial here: http://laravel-school.com/posts/how-to-run-a-specific-test-in-laravel-dusk-53
9 likes
Hi,
Is there any way to run any specific task in Laravel Dusk?
For example, I want to run CommentPageTest.php only instead of all.
Yes, you can do that.
You just run
php artisan dusk tests/Browser/CommentPageTest.php
That should be fine.
Check more details tutorial here: http://laravel-school.com/posts/how-to-run-a-specific-test-in-laravel-dusk-53
Please or to participate in this conversation.