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

Run single test #18

Closed zoispag closed 10 months ago

zoispag commented 5 years ago

Hi there!

Dashboard looks amazing! 💪

I've got one question. I have more than 200 tests. When I am writing a new one, it would be great not to have to wait for all of them to see my new test running in the dashboard :) Is it currently possible to run a single test, or a group, or a filter?

nikazooz commented 5 years ago

@zoispag With the latest release any arguments you pass to Dashboard command when you run it will be proxied to Dusk. So if you run Dashboard f.e. with --filter option, only filtered tests will be executed. 🙂 This was the PR: https://github.com/beyondcode/dusk-dashboard/pull/31

zoispag commented 5 years ago

@nikazooz that's great news!!! :D :D :D