monsterdream's avatar

Dusk not working with multiple tests files/folders ?

Hello, I would like to say that testing with Dusk is working fine. Than I came up with creating new tests with php artisan dusk:make NewTest, its ok when I run php artisan dusk NewTest but firing just php artisan dusk will execute only ExampleTest and I would like to fire all tests. Another example is where I created a folder to testing employee panel but running php artisan dusk EmployeePanel (tests/Browser/EmployeePanel) will not do the trick, I need to execute each test file separately. It's working like that for all of you guys ?

0 likes
2 replies
monsterdream's avatar
monsterdream
OP
Best Answer
Level 5

OMG, guys remember always to add word "Test" in your filename. Damn I wrote that obviously to many times in my life...

2 likes
_andypeacock's avatar

Thanks! Been battling that one for the last 20 minutes and saw your answer.

Please or to participate in this conversation.