Laravel Dusk Dashboard is a Laravel package that gives you a beautiful Dashboard for your Dusk test suites. It completely visualizes the individual steps that are involved when your Dusk tests are running, as well as DOM snapshots for each individual step. This makes it super useful when trying to debug your browser tests and figure out what they are doing in the background. You can also make use of your browser's debug tools to inspect the DOM snapshots. In addition to the UI Dashboard...