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

dusk dashboard should have an option to run particular set of test cases #77

Closed im-arslan closed 10 months ago

im-arslan commented 3 years ago

As for now dusk dashboard have a single button and on clicking it starts to execute all my test cases in tests/browser directory. Dusk dashboard should have some more friendly UI as it should enlist all the test cases in the directory test/browser, in the form of check list hierarchy according to the file-folder structure in the director. dashboard should allow user to mark the test cases in the checklist that user wants to execute and then run the test cases accordingly.