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.

moonpixels
maintainer
moonpixels
更新於 1/10/2026
星標
1
分支
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.

安裝
$ install --globalskills.sh
使用

安裝後,您可以通過在終端運行以下命令來使用此技能:

skills use writing-feature-tests