laravel-migration-tests
Provides tools for integration testing Laravel migrations.
pest-plugin-laravel-migrations
by jhwelch
A Pest PHP plugin that lets you test Laravel migrations with a simple and straight forward syntax.
laravel-test-generator
by ahrmerd
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
laravel-assert-selector-contains
by savvywombat
Targeted content assertions using CSS selector expressions
dusk-for-laravel-zero
by gpibarra
Dusk for Laravel Zero allows the usage of Laravel Dusk in Laravel/Laravel Zero as testing.
laravel-database-mock
by mpyw
Database Mocking Library which mocks PDO underlying Laravel Connection classes
pest-plugin-laravel-snapshots
by astrotomic
This package adds snapshot testing capabilities to Laravel HTTP tests with Pest.