Skip to content

Run all Dusk/Browser tests via php artisan test #896

@susanBuck

Description

@susanBuck

If I run php artisan dusk it finds/runs all my Dusk/Browser tests, reporting back success/failure using standard phpunit output:

image

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.

image

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:

image

In summary: Is it possible to run all Dusk tests using the php artisan test command with the pretty output?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions