Browser Testing With Laravel Dusk

Laravel creates an admin panel from scratch — Part 18

Balaji Dharma
Dev Genius
Published in
4 min readDec 6, 2022

--

Usually, backend developers use PHPUnit to test the backend functionality. Default Laravel supports the PHPUnit. But we need to test the application end to end, including the front end. To achieve this, we need to use browser testing. Laravel also supports browser testing.

Laravel Dusk

--

--