pest-testing

Installation
SKILL.md

Pest Testing 4

When to Apply

Activate this skill when:

  • Creating new tests (unit, feature, or browser)
  • Modifying existing tests
  • Debugging test failures
  • Working with browser testing or smoke testing
  • Writing architecture tests or visual regression tests

Documentation

Use search-docs for detailed Pest 4 patterns and documentation.

Creating Tests

All tests must be written using Pest. Use php artisan make:test --pest {name}.

Installs
7
First Seen
Jul 5, 2026
pest-testing — ceilidhboy/skills