Generate comprehensive Pest 4 test suites for PHP, Laravel, Livewire, and Filament applications with full coverage of processes, roles, policies, and page access.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install mwguerra-test-automation-test-automation@mwguerra/claude-code-plugins# guerra:generate-pest-test ## Command Overview Generate comprehensive Pest 4 test suites for PHP, Laravel, Livewire, and Filament applications with full coverage of processes, roles, policies, and page access. ## Syntax ## Options - `--full` - Generate complete test suite for entire project - `--analyze` - Analyze existing coverage before generating - `--type=<type>` - Specify test type (unit, feature, integration, browser) - `--model=<name>` - Generate tests for specific model - `--force` - Overwrite existing test files - `--no-backup` - Skip creating backup of existing tests - `--dry...