Thanks for the update. I currently do exactly what you suggest for running my tests.
However, I also run PHPunit & Karma tests through plugins. These allow me re-run only failed tests via a keyboard shortcut, jump directly to tests within files and filter the display etc.
I guess my (vaguely worded) question was more about a Dusk support / plugin.
I use selenium for browser based tests, and the nice thing about it is that I can run the tests from Phpstorm, and even breakpoint through them (at least the PHP aspects of them).
I plan to try out Disk, but it'd be nice if we could run the tests under Phpstorm instead of the command line.
@balping, thanks for the update. Your setup works great and is a nice addition.
I've been placing with the new Phpstorm EAP release and it seems to support dusk. I can right-click on the class name in a dusk test to run all the tests, or right-click a single test to run that.