Laravel Dusk provides an expressive testing API and browser automation for your apps. In terms of testing, it provides the closest thing to an actual user interacting with your application in a browser. These tests are typically referred to as end to end tests or browser tests. In this series, we’ll prepare a series of Dusk tests for a standard blog application.
Overview
Syllabus
- Learn the Basics
- Post Tests
- Pages and Components
- Testing Your JavaScript
Taught by
Andre Madarang