I'm playing with Laravel Dusk for the first time. I've running it on Homestead. It's running the example test, and give me the right feedback.
Now, I want to know if it's possible to see Dusk running in a browser. I run it on Vagrant Homestead, the VM is installed on my Windows 10 machine. Can I show the tests from homestead on my windows machine?
If it's not possible, but it is possible if I run Dusk from Windows it self. How can I start running it in windows. Do I need XAMPP for it? So install XAMPP make laravel up and running and run dusk from the Windows CMD?
Thanks