tastyigniter / ti-ext-dusk
Laravel Dusk browser testing for TastyIgniter.
Fund package maintenance!
tastyigniter
Open Collective
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Type:tastyigniter-extension
Requires
- laravel/dusk: ^6.15
This package is auto-updated.
Last update: 2024-12-20 12:05:50 UTC
README
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.
Setup
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.