Integrates Laravel Dusk browser testing into your TastyIgniter application, providing core and extension developers with the tools to run automated tests
This extension is intended to be used for development purposes only, you should never install it in your production environment, as doing so could lead to arbitrary users being able to authenticate with your application.
You should ensure that your queue connection is set to
redis
in your queue configuration file.
- Install this extension with its composer dependencies
- Run
php artisan dusk:chrome-driver
- To start the browser test, run
php artisan dusk
More information on writing Dusk tests check the laravel docs.