beyondcode / dusk-dashboard

A beautiful dashboard for your Laravel Dusk tests
https://pociot.dev/8-introducing-laravel-dusk-dashboard
MIT License
559 stars 63 forks source link

Pass Dashboard command arguments to Dusk when running it #31

Closed nikazooz closed 5 years ago

nikazooz commented 5 years ago

Currently there is no way to execute specific tests in the test suite when running through Dashboard, even though Dusk supports it.

By passing the parameters from dusk:dashboard command to dusk when starting the process we can allow this, as well as anything else dusk supports through command parameters. This PR does just that.

Thanks for you time and all the best!