Execute comprehensive Pest 4 test suites for PHP, Laravel, Livewire, and Filament applications with various testing strategies and configurations.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install mwguerra-test-automation-test-automation@mwguerra/claude-code-plugins# guerra:run-test-suite ## Command Overview Execute comprehensive Pest 4 test suites for PHP, Laravel, Livewire, and Filament applications with various testing strategies and configurations. ## Syntax ## Options - `--suite=<n>` - Run specific test suite (unit, feature, integration, all) - `--filter=<pattern>` - Filter tests by name pattern - `--group=<n>` - Run specific test group - `--parallel` - Run tests in parallel - `--coverage` - Include coverage report - `--profile` - Profile test execution time - `--bail` - Stop on first failure - `--retry=<n>` - Retry failed tests n times - `--...