What problem does it solve?
This Skill helps you create, fix, and refactor Laravel tests in Pest without drifting from the project's existing conventions, reducing brittle test changes and speeding up test-driven development.
Core Features & Use Cases
- Pest Syntax Guidance: Use test() and it() consistently, follow the repo's local style, and convert PHPUnit tests to Pest when needed.
- Laravel Test Coverage: Handle feature tests, unit tests, browser tests, smoke tests, mocking, datasets, and architecture checks in a Laravel 13 codebase.
- Practical Workflow Support: Validate common behaviors like authentication, redirects, validation, JavaScript-free page loads, and other application flows with clear, minimal test changes.
- Use Case: A developer updates member onboarding and needs a few focused Pest tests that match the existing suite, protect regressions, and confirm the UI still works in the browser.
Quick Start
Ask for a Pest test that matches the existing Laravel project style and covers the specific behavior or regression you want to verify.