/laravel-test-splitter

Split tests into manageable chunks

Primary LanguagePHPMIT LicenseMIT

Split tests into manageable chunks

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require vicklr/laravel-test-splitter

You can publish the config file with:

php artisan vendor:publish --tag="laravel-test-splitter-config"

This is the contents of the published config file:

return [
    'executable' => 'pest',
];

Usage

php artisan laravel-test-splitter --chunks=[number of chunks] 

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

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