This document provides an introduction and overview of Laravel Dusk, which is Laravel's browser testing framework. It discusses what will be learned about Dusk, including how to start and continue using it. The topics that will be covered are: involving testing with the right mindset, an introduction to Dusk and why it should be used, how it compares to PHPUnit, how to install Dusk, and a first demo of Dusk. More advanced Dusk features will be covered in a future session.