tastyigniter/ti-ext-dusk

Laravel Dusk browser testing for TastyIgniter.

Fund package maintenance!
tastyigniter
Open Collective

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 1

Open Issues: 0

Type:tastyigniter-extension

dev-master 2022-08-27 08:28 UTC

This package is auto-updated.

Last update: 2024-04-24 15:15:35 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.

  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.