-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Description
If I run php artisan dusk
it finds/runs all my Dusk/Browser tests, reporting back success/failure using standard phpunit output:
If I run an individual Dusk test via php artisan test
, the output is much nicer with clearer formatting/color-coding and indication of the exact line where the problem is occuring.
Seeing this, I want to be able to run all my Dusk tests this way. Referencing the docs (Running tests), I think should be able to do this via php artisan --testsuite=Browser
, but that yields no tests:
In summary: Is it possible to run all Dusk tests using the php artisan test command with the pretty output?
Metadata
Metadata
Assignees
Labels
No labels