Laravel Dusk Test Cases in Different Sub-Dir than Browser
Does this just fall under the "you're doing it wrong" category?
I'm trying to setup browser testing and would like to put the test classes into a different folder than ./tests/Browser. Seems like Laravel doesn't find them or doesn't try to run them.
./tests/Browser/InviteRequestTest.php works fine.
./tests/Invitation/Browser/InviteRequestTest.php does not.