Level 2
Just figured out how it works: php artisan dusk --filter a_user_creates_a_project_that_is_only_visible_for_the_user Tests/Feature/ProjectsTests
Hi to all,
I have the challenge that php artisan dusk executes well all tests cases, but when I try to run a specific test with e. g. php artisan dusk --filter Tests/Feature/ProjectsTests::a_user_creates_a_project_that_is_only_visible_for_the_user I get
PHPUnit 6.3.1 by Sebastian Bergmann and contributors.
Time: 119 ms, Memory: 4.00MB
No tests executed!
Any idea what I am doing wrong or how I could debug the problem?
Please or to participate in this conversation.