Tag: tests

Running dusk tests watcher

After I had success with my unit and feature tests watcher script I decided to build something similar for a Laravel Dusk E2E (end-to-end) test too. However, it was a little bit different this time as I have found out after many iterations. I started up simply updating the watche…