pest-testing

Originally fromspatie/freek.dev
Installation
SKILL.md

Pest Testing 4

Documentation

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

Basic Usage

Creating Tests

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

Test Organization

  • Unit/Feature tests: tests/Feature and tests/Unit directories.
  • Browser tests: tests/Browser/ directory.
  • Do NOT remove tests without approval - these are core application code.

Basic Test Structure

Related skills

More from coollabsio/coolify

Installs
42
GitHub Stars
54.9K
First Seen
Feb 13, 2026