Setup & Installation
What This Skill Does
Generates Laravel Dusk browser tests in PHP for end-to-end testing of Laravel applications. Covers login flows, form interactions, page objects, waiting strategies, and remote execution through LambdaTest.
Handles the boilerplate of DuskTestCase setup, page objects, and remote WebDriver configuration so you can write browser tests without constantly referencing the docs.
When to use it
- Writing login and authentication flow tests with Dusk's browser API
- Scaffolding page objects for reusable test interactions across routes
- Running Dusk tests on LambdaTest for cross-browser coverage
- Testing multi-step form wizards with file uploads and dynamic waits
- Setting up GitHub Actions CI to run Dusk tests with MySQL and ChromeDriver