Laravel Browser Testing, Automation using Laravel Dusk

Laravel Dusk is a package that provides the functionality of unit testing in the browser. It does not require JDK or Selenium. This package uses Chrome driver by default but it can be configured to use Selenium with different browser as well. First, we get information about the installation part and then we will do…
Read more