LaravelPackages.net
Acme Inc.
Toggle sidebar
pkboom/laravel-test-watcher

a test watcher

500
1
0.1.2
About pkboom/laravel-test-watcher

pkboom/laravel-test-watcher is a Laravel package for a test watcher. It currently has 1 GitHub stars and 500 downloads on Packagist (latest version 0.1.2). Install it with composer require pkboom/laravel-test-watcher. Discover more Laravel packages by pkboom or browse all Laravel packages to compare alternatives.

Last updated

Laravel Test Watcher

Laravel Test Watcher will rerun tests whenever you save changes.

Installation

composer require pkboom/laravel-test-watcher

You can publish the config:

php artisan vendor:publish --provider="Pkboom\TestWatcher\TestWatcherServiceProvider" --tag="config"

Usage

php artisan test:watch

// with name
php artisan test:watch ExampleTest

Then tests will be run.

At the bottom you have three options:

  • f: filter
  • q: quit

Press f to filter tests.

Type a name you want to filter by. Press tab to get help from autocomplete.

To publish the config file to config/test-watcher.php run:

php artisan vendor:publish --provider="Pkboom\TestWatcher\TestWatcherServiceProvider"

License

The MIT License (MIT). Please see MIT license for more information.

Star History Chart