Skip to content

tastyigniter/ti-ext-dusk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Dusk browser testing for TastyIgniter

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.

  1. Install this extension with its composer dependencies
  2. Run php artisan dusk:chrome-driver
  3. To start the browser test, run php artisan dusk

More information on writing Dusk tests check the laravel docs.

About

Laravel Dusk browser testing for TastyIgniter core and extensions

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages