Laravel Dusk

Dusk

Automating Test Using Laravel Dusk Test automation is an important part of software development and as such the sooner you start at it the better. Laravel offers a complete set of tools you can use to make software testing a project easy. One of this tools is Dusk an easy-to-use browser automation and testing API. Installation Installing Dusk is a simple task: Add the Composer dependency to the project composer require --dev laravel/dusk Register the Service Provider in the project Important: For security reasons, do not register Dusk Service Provider in the Production Environment