A package that creates PEST tests specifically tailored for your filament resources.
Please do not use it in production.
You can install the package via composer:
composer require codewithdennis/filament-resource-tests
You can publish the config file with:
php artisan vendor:publish --tag="filament-resource-tests-config"
This is the contents of the published config file:
return [
//
];
You can create a new test for a resource by running the following command:
php artisan filament:make-test BlogResource
The MIT License (MIT). Please see License File for more information.