Laravel Dusk is great for end-to-end testing your application, but you can also test other applications. This repository contains a set of useful components to test your Magento 2 store with.

laravel dusk component

Q: What is Laravel Dusk?

A: Laravel Dusk is created to write end-to-end tests for your application. This means that when running your test, an actual Chrome browser is started which you can give instructions. Click on a link, fill in fields and submit a form.