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.
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 todusk
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!