Testing
Testing generates comprehensive Pest test suites for FilamentPHP v4 components including resources, forms, tables, and authorization. It provides ready-to-use test patterns for list, create, edit, and view pages with built-in validation and bulk action testing.
Testing generates Pest test suites for FilamentPHP v4 resources, forms, tables, and authorization.
AI-generated summary based on this skill's SKILL.md
Install
mwguerra/claude-code-plugins/testing · repository language: Shell
git clone https://github.com/mwguerra/claude-code-plugins
cp -r claude-code-plugins ~/.claude/skills/testinggenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install mwguerra/claude-code-plugins/testingFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is Testing and what does it help with?
Testing generates comprehensive Pest test suites for FilamentPHP v4 components including resources, forms, tables, and authorization. It provides ready-to-use test patterns for list, create, edit, and view pages with built-in validation and bulk action testing.
How to run tests with the Testing skill?
Testing enables you to run automated test suites for your FilamentPHP v4 components. It generates complete test patterns that you can execute immediately, covering list pages, create operations, edit workflows, and view functionality with validation and bulk action scenarios built in.
What testing framework does Testing use?
Testing uses Pest as its testing framework for FilamentPHP v4. It sets up and configures the framework automatically, generating test suites that work with Pest's expressive syntax for resources, forms, tables, and authorization testing.
Can Testing help validate code quality and correctness?
Yes, Testing validates code quality and correctness by generating comprehensive test suites with built-in validation patterns. It covers authorization checks, form validation, bulk actions, and page functionality to ensure your FilamentPHP v4 components work as expected.
What testing utilities and tools does Testing provide?
Testing provides ready-to-use test patterns and utilities for FilamentPHP v4 components. It includes test templates for resources, forms, tables, authorization, and page operations (list, create, edit, view), plus validation and bulk action testing utilities to accelerate test suite development.