home/categories/testing/moonpixels-laravel-skeleton-react-opencode-skill-writing-feature-tests-skill-md
testingtesting-security
writing-feature-tests
Write feature tests for HTTP endpoints, controllers, and full request/response cycles using Pest v4. Use when ANY business logic is added to codebase. Feature tests are the PRIMARY testing approach - use for all Controllers, Actions, Form Requests, and application behavior. This is your default testing strategy.
maintainer
moonpixels
Updated 1/10/2026
Stars
1
Forks
0
quick start
Installation and usage
Write feature tests for HTTP endpoints, controllers, and full request/response cycles using Pest v4. Use when ANY business logic is added to codebase. Feature tests are the PRIMARY testing approach - use for all Controllers, Actions, Form Requests, and application behavior. This is your default testing strategy.
Installation
$ install --globalskills.sh
Usage
Once installed, you can use this skill by running the following command in your terminal:
skills use writing-feature-tests